Html Css Color HEX #09CBE1 Dark Turquoise

📋 copy color: '#09CBE1'

red 9 ◦ green 203 ◦ blue 225

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

Shades of Dark Turquoise #09CBE1

Tints of Dark Turquoise #09CBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.49%

R = 2.06%
G = 46.45%
B = 51.49%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#09CBE1 (or 0x09CBE1) is known color: Dark Turquoise. HEX triplet: 09, CB and E1. RGB value is (9,203,225). Sum of RGB (Red+Green+Blue) = 9+203+225=437 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #09CBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CBE1 is #F6341E. Grayscale: #939393. Windows color (decimal): -16135199 or 14797577. OLE color: 14797577.

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

Color convert

RGB 9 203 225 -
CMYK 0.96 0.10 0 0.12
HSL 186.11º 0.92% 0.46% -
HSV(B) 186.11º 0.96% 0.88% -
XYZ 35.06 48.21 78.69 -
YUV 147.5 171.73 29.21 -
System Red Green Blue C M Y K H S L
Decimal 9 203 225 0.96 0.10 0 0.12 186.11 0.92 0.46
Hex 9 CB E1 60 A 0 C BA 5C 2E
Octal 11 313 341 140 12 0 14 272 134 56
Binary 1001 11001011 11100001 1100000 1010 0 1100 10111010 1011100 101110

Color Harmonies of #09CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CBE1

Black with #09CBE1

Text Example


Text Example

White with #09CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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