Html Css Color HEX #09CBE6 Dark Turquoise

📋 copy color: '#09CBE6'

red 9 ◦ green 203 ◦ blue 230

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

Shades of Dark Turquoise #09CBE6

Tints of Dark Turquoise #09CBE6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 230 (90.23% from 255) = 52.04%

R = 2.04%
G = 45.93%
B = 52.04%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#09CBE6 (or 0x09CBE6) is known color: Dark Turquoise. HEX triplet: 09, CB and E6. RGB value is (9,203,230). Sum of RGB (Red+Green+Blue) = 9+203+230=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #09CBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBE6 is #F63419. Grayscale: #939393. Windows color (decimal): -16135194 or 15125257. OLE color: 15125257.

HSL color Cylindrical-coordinate representation of color #09CBE6: hue angle of 187.33º 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 #09CBE6 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 203 230 -
CMYK 0.96 0.12 0 0.10
HSL 187.33º 0.92% 0.47% -
HSV(B) 187.33º 0.96% 0.9% -
XYZ 35.75 48.48 82.34 -
YUV 148.07 174.23 28.8 -
System Red Green Blue C M Y K H S L
Decimal 9 203 230 0.96 0.12 0 0.10 187.33 0.92 0.47
Hex 9 CB E6 60 C 0 A BB 5C 2F
Octal 11 313 346 140 14 0 12 273 134 57
Binary 1001 11001011 11100110 1100000 1100 0 1010 10111011 1011100 101111

Color Harmonies of #09CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CBE6

Black with #09CBE6

Text Example


Text Example

White with #09CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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