Html Css Color HEX #09CCE7 Dark Turquoise

📋 copy color: '#09CCE7'

red 9 ◦ green 204 ◦ blue 231

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

Shades of Dark Turquoise #09CCE7

Tints of Dark Turquoise #09CCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 231 (90.63% from 255) = 52.03%

R = 2.03%
G = 45.95%
B = 52.03%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#09CCE7 (or 0x09CCE7) is known color: Dark Turquoise. HEX triplet: 09, CC and E7. RGB value is (9,204,231). Sum of RGB (Red+Green+Blue) = 9+204+231=444 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #09CCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCE7 is #F63318. Grayscale: #949494. Windows color (decimal): -16134937 or 15191049. OLE color: 15191049.

HSL color Cylindrical-coordinate representation of color #09CCE7: hue angle of 187.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCE7 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 204 231 -
CMYK 0.96 0.12 0 0.09
HSL 187.3º 0.93% 0.47% -
HSV(B) 187.3º 0.96% 0.91% -
XYZ 36.13 49.01 83.16 -
YUV 148.77 174.4 28.3 -
System Red Green Blue C M Y K H S L
Decimal 9 204 231 0.96 0.12 0 0.09 187.3 0.93 0.47
Hex 9 CC E7 60 C 0 9 BB 5C 2F
Octal 11 314 347 140 14 0 11 273 134 57
Binary 1001 11001100 11100111 1100000 1100 0 1001 10111011 1011100 101111

Color Harmonies of #09CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCE7

Black with #09CCE7

Text Example


Text Example

White with #09CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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