Html Css Color HEX #09D4CE Dark Turquoise

📋 copy color: '#09D4CE'

red 9 ◦ green 212 ◦ blue 206

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

Shades of Dark Turquoise #09D4CE

Tints of Dark Turquoise #09D4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.65%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 2.11%
G = 49.65%
B = 48.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#09D4CE (or 0x09D4CE) is known color: Dark Turquoise. HEX triplet: 09, D4 and CE. RGB value is (9,212,206). Sum of RGB (Red+Green+Blue) = 9+212+206=427 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #09D4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D4CE is #F62B31. Grayscale: #969696. Windows color (decimal): -16132914 or 13554697. OLE color: 13554697.

HSL color Cylindrical-coordinate representation of color #09D4CE: hue angle of 178.23º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D4CE is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 9 212 206 -
CMYK 0.96 0 0.03 0.17
HSL 178.23º 0.92% 0.43% -
HSV(B) 178.23º 0.96% 0.83% -
XYZ 34.8 51.6 66.52 -
YUV 150.62 159.25 26.99 -
System Red Green Blue C M Y K H S L
Decimal 9 212 206 0.96 0 0.03 0.17 178.23 0.92 0.43
Hex 9 D4 CE 60 0 3 11 B2 5C 2B
Octal 11 324 316 140 0 3 21 262 134 53
Binary 1001 11010100 11001110 1100000 0 11 10001 10110010 1011100 101011

Color Harmonies of #09D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D4CE

Black with #09D4CE

Text Example


Text Example

White with #09D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,212,206); }

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

background-color css

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

 a { background-color: rgb(9,212,206); }

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

border-color css

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

 span { border-color: rgb(9,212,206); }

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