Html Css Color HEX #09D4D1 Dark Turquoise

📋 copy color: '#09D4D1'

red 9 ◦ green 212 ◦ blue 209

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

Shades of Dark Turquoise #09D4D1

Tints of Dark Turquoise #09D4D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.6%

R = 2.09%
G = 49.3%
B = 48.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#09D4D1 (or 0x09D4D1) is known color: Dark Turquoise. HEX triplet: 09, D4 and D1. RGB value is (9,212,209). Sum of RGB (Red+Green+Blue) = 9+212+209=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #09D4D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D4D1 is #F62B2E. Grayscale: #969696. Windows color (decimal): -16132911 or 13751305. OLE color: 13751305.

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

Color convert

RGB 9 212 209 -
CMYK 0.96 0 0.01 0.17
HSL 179.11º 0.92% 0.43% -
HSV(B) 179.11º 0.96% 0.83% -
XYZ 35.16 51.75 68.46 -
YUV 150.96 160.75 26.74 -
System Red Green Blue C M Y K H S L
Decimal 9 212 209 0.96 0 0.01 0.17 179.11 0.92 0.43
Hex 9 D4 D1 60 0 1 11 B3 5C 2B
Octal 11 324 321 140 0 1 21 263 134 53
Binary 1001 11010100 11010001 1100000 0 1 10001 10110011 1011100 101011

Color Harmonies of #09D4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D4D1

Black with #09D4D1

Text Example


Text Example

White with #09D4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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