Html Css Color HEX #09CDDB Dark Turquoise

📋 copy color: '#09CDDB'

red 9 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #09CDDB

Tints of Dark Turquoise #09CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.34%

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 2.08%
G = 47.34%
B = 50.58%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09CDDB (or 0x09CDDB) is known color: Dark Turquoise. HEX triplet: 09, CD and DB. RGB value is (9,205,219). Sum of RGB (Red+Green+Blue) = 9+205+219=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #09CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CDDB is #F63224. Grayscale: #939393. Windows color (decimal): -16134693 or 14404873. OLE color: 14404873.

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

Color convert

RGB 9 205 219 -
CMYK 0.96 0.06 0 0.14
HSL 184º 0.92% 0.45% -
HSV(B) 184º 0.96% 0.86% -
XYZ 34.73 48.84 74.61 -
YUV 147.99 168.07 28.86 -
System Red Green Blue C M Y K H S L
Decimal 9 205 219 0.96 0.06 0 0.14 184 0.92 0.45
Hex 9 CD DB 60 6 0 E B8 5C 2D
Octal 11 315 333 140 6 0 16 270 134 55
Binary 1001 11001101 11011011 1100000 110 0 1110 10111000 1011100 101101

Color Harmonies of #09CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CDDB

Black with #09CDDB

Text Example


Text Example

White with #09CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,205,219); }

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

background-color css

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

 a { background-color: rgb(9,205,219); }

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

border-color css

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

 span { border-color: rgb(9,205,219); }

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