Html Css Color HEX #09CADD Dark Turquoise

📋 copy color: '#09CADD'

red 9 ◦ green 202 ◦ blue 221

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

Shades of Dark Turquoise #09CADD

Tints of Dark Turquoise #09CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.76%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 2.08%
G = 46.76%
B = 51.16%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09CADD (or 0x09CADD) is known color: Dark Turquoise. HEX triplet: 09, CA and DD. RGB value is (9,202,221). Sum of RGB (Red+Green+Blue) = 9+202+221=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #09CADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CADD is #F63522. Grayscale: #929292. Windows color (decimal): -16135459 or 14535177. OLE color: 14535177.

HSL color Cylindrical-coordinate representation of color #09CADD: hue angle of 185.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CADD is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 202 221 -
CMYK 0.96 0.09 0 0.13
HSL 185.38º 0.92% 0.45% -
HSV(B) 185.38º 0.96% 0.87% -
XYZ 34.28 47.52 75.77 -
YUV 146.46 170.06 29.96 -
System Red Green Blue C M Y K H S L
Decimal 9 202 221 0.96 0.09 0 0.13 185.38 0.92 0.45
Hex 9 CA DD 60 9 0 D B9 5C 2D
Octal 11 312 335 140 11 0 15 271 134 55
Binary 1001 11001010 11011101 1100000 1001 0 1101 10111001 1011100 101101

Color Harmonies of #09CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CADD

Black with #09CADD

Text Example


Text Example

White with #09CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,202,221); }

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

background-color css

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

 a { background-color: rgb(9,202,221); }

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

border-color css

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

 span { border-color: rgb(9,202,221); }

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