Html Css Color HEX #09EECC Bright Turquoise

📋 copy color: '#09EECC'

red 9 ◦ green 238 ◦ blue 204

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

Shades of Bright Turquoise #09EECC

Tints of Bright Turquoise #09EECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.77%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 2%
G = 52.77%
B = 45.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#09EECC (or 0x09EECC) is known color: Bright Turquoise. HEX triplet: 09, EE and CC. RGB value is (9,238,204). Sum of RGB (Red+Green+Blue) = 9+238+204=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #09EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EECC is #F61133. Grayscale: #A5A5A5. Windows color (decimal): -16126260 or 13430281. OLE color: 13430281.

HSL color Cylindrical-coordinate representation of color #09EECC: hue angle of 171.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EECC is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 238 204 -
CMYK 0.96 0 0.14 0.07
HSL 171.09º 0.93% 0.48% -
HSV(B) 171.09º 0.96% 0.93% -
XYZ 41.59 65.57 67.59 -
YUV 165.65 149.63 16.26 -
System Red Green Blue C M Y K H S L
Decimal 9 238 204 0.96 0 0.14 0.07 171.09 0.93 0.48
Hex 9 EE CC 60 0 E 7 AB 5D 30
Octal 11 356 314 140 0 16 7 253 135 60
Binary 1001 11101110 11001100 1100000 0 1110 111 10101011 1011101 110000

Color Harmonies of #09EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EECC

Black with #09EECC

Text Example


Text Example

White with #09EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,238,204); }

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

background-color css

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

 a { background-color: rgb(9,238,204); }

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

border-color css

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

 span { border-color: rgb(9,238,204); }

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