Html Css Color HEX #09E6CF Bright Turquoise

📋 copy color: '#09E6CF'

red 9 ◦ green 230 ◦ blue 207

#09E6CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #09E6CF

Tints of Bright Turquoise #09E6CF

RGB

 RED value IS 9 (3.91% from 255) = 2.02%

 GREEN value IS 230 (90.23% from 255) = 51.57%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 2.02%
G = 51.57%
B = 46.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09E6CF (or 0x09E6CF) is known color: Bright Turquoise. HEX triplet: 09, E6 and CF. RGB value is (9,230,207). Sum of RGB (Red+Green+Blue) = 9+230+207=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #09E6CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E6CF is #F61930. Grayscale: #A1A1A1. Windows color (decimal): -16128305 or 13624841. OLE color: 13624841.

HSL color Cylindrical-coordinate representation of color #09E6CF: hue angle of 173.76º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E6CF is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 230 207 -
CMYK 0.96 0 0.10 0.10
HSL 173.76º 0.92% 0.47% -
HSV(B) 173.76º 0.96% 0.9% -
XYZ 39.67 61.16 68.74 -
YUV 161.3 153.78 19.37 -
System Red Green Blue C M Y K H S L
Decimal 9 230 207 0.96 0 0.10 0.10 173.76 0.92 0.47
Hex 9 E6 CF 60 0 A A AE 5C 2F
Octal 11 346 317 140 0 12 12 256 134 57
Binary 1001 11100110 11001111 1100000 0 1010 1010 10101110 1011100 101111

Color Harmonies of #09E6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E6CF

Black with #09E6CF

Text Example


Text Example

White with #09E6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09E6CF; }

 p { color: rgb(9,230,207); }

 H1.HeaderClassName
 {
   color: #09E6CF;
 }
 .AnyTagClassName
 {
   color: #09E6CF;
 }
</style>

background-color css

<style>
 a { background-color: #09E6CF; }

 a { background-color: rgb(9,230,207); }

 div.DivClassName
 {
   background-color: #09E6CF;
 }
 .BgClassName
 {
   background-color: #09E6CF;
 }
</style>

border-color css

<style>
 span { border-color: #09E6CF; }

 span { border-color: rgb(9,230,207); }

 td.TdClassName
 {
   border-color: #09E6CF;
 }
 .TagClassName
 {
   border-color: #09E6CF;
 }
</style>