Html Css Color HEX #09CCD7 Dark Turquoise

📋 copy color: '#09CCD7'

red 9 ◦ green 204 ◦ blue 215

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

Shades of Dark Turquoise #09CCD7

Tints of Dark Turquoise #09CCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 2.1%
G = 47.66%
B = 50.23%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#09CCD7 (or 0x09CCD7) is known color: Dark Turquoise. HEX triplet: 09, CC and D7. RGB value is (9,204,215). Sum of RGB (Red+Green+Blue) = 9+204+215=428 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #09CCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCD7 is #F63328. Grayscale: #929292. Windows color (decimal): -16134953 or 14142473. OLE color: 14142473.

HSL color Cylindrical-coordinate representation of color #09CCD7: hue angle of 183.2º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCD7 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 204 215 -
CMYK 0.96 0.05 0 0.16
HSL 183.2º 0.92% 0.44% -
HSV(B) 183.2º 0.96% 0.84% -
XYZ 33.97 48.15 71.79 -
YUV 146.95 166.4 29.61 -
System Red Green Blue C M Y K H S L
Decimal 9 204 215 0.96 0.05 0 0.16 183.2 0.92 0.44
Hex 9 CC D7 60 5 0 10 B7 5C 2C
Octal 11 314 327 140 5 0 20 267 134 54
Binary 1001 11001100 11010111 1100000 101 0 10000 10110111 1011100 101100

Color Harmonies of #09CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCD7

Black with #09CCD7

Text Example


Text Example

White with #09CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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