Html Css Color HEX #09C0E0 Dark Turquoise

📋 copy color: '#09C0E0'

red 9 ◦ green 192 ◦ blue 224

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

Shades of Dark Turquoise #09C0E0

Tints of Dark Turquoise #09C0E0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 224 (87.89% from 255) = 52.71%

R = 2.12%
G = 45.18%
B = 52.71%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#09C0E0 (or 0x09C0E0) is known color: Dark Turquoise. HEX triplet: 09, C0 and E0. RGB value is (9,192,224). Sum of RGB (Red+Green+Blue) = 9+192+224=425 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.12% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #09C0E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0E0 is #F63F1F. Grayscale: #8C8C8C. Windows color (decimal): -16138016 or 14729225. OLE color: 14729225.

HSL color Cylindrical-coordinate representation of color #09C0E0: hue angle of 188.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C0E0 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 192 224 -
CMYK 0.96 0.14 0 0.12
HSL 188.93º 0.92% 0.46% -
HSV(B) 188.93º 0.96% 0.88% -
XYZ 32.42 43.14 77.14 -
YUV 140.93 174.87 33.9 -
System Red Green Blue C M Y K H S L
Decimal 9 192 224 0.96 0.14 0 0.12 188.93 0.92 0.46
Hex 9 C0 E0 60 E 0 C BD 5C 2E
Octal 11 300 340 140 16 0 14 275 134 56
Binary 1001 11000000 11100000 1100000 1110 0 1100 10111101 1011100 101110

Color Harmonies of #09C0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0E0

Black with #09C0E0

Text Example


Text Example

White with #09C0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,192,224); }

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

background-color css

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

 a { background-color: rgb(9,192,224); }

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

border-color css

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

 span { border-color: rgb(9,192,224); }

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