Html Css Color HEX #09CCE1 Dark Turquoise

📋 copy color: '#09CCE1'

red 9 ◦ green 204 ◦ blue 225

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

Shades of Dark Turquoise #09CCE1

Tints of Dark Turquoise #09CCE1

RGB

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

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

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

R = 2.05%
G = 46.58%
B = 51.37%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#09CCE1 (or 0x09CCE1) is known color: Dark Turquoise. HEX triplet: 09, CC and E1. RGB value is (9,204,225). Sum of RGB (Red+Green+Blue) = 9+204+225=438 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #09CCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCE1 is #F6331E. Grayscale: #939393. Windows color (decimal): -16134943 or 14797833. OLE color: 14797833.

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

Color convert

RGB 9 204 225 -
CMYK 0.96 0.09 0 0.12
HSL 185.83º 0.92% 0.46% -
HSV(B) 185.83º 0.96% 0.88% -
XYZ 35.3 48.68 78.77 -
YUV 148.09 171.4 28.79 -
System Red Green Blue C M Y K H S L
Decimal 9 204 225 0.96 0.09 0 0.12 185.83 0.92 0.46
Hex 9 CC E1 60 9 0 C BA 5C 2E
Octal 11 314 341 140 11 0 14 272 134 56
Binary 1001 11001100 11100001 1100000 1001 0 1100 10111010 1011100 101110

Color Harmonies of #09CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCE1

Black with #09CCE1

Text Example


Text Example

White with #09CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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