Html Css Color HEX #09D4DD Dark Turquoise

📋 copy color: '#09D4DD'

red 9 ◦ green 212 ◦ blue 221

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

Shades of Dark Turquoise #09D4DD

Tints of Dark Turquoise #09D4DD

RGB

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

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

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

R = 2.04%
G = 47.96%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09D4DD (or 0x09D4DD) is known color: Dark Turquoise. HEX triplet: 09, D4 and DD. RGB value is (9,212,221). Sum of RGB (Red+Green+Blue) = 9+212+221=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #09D4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D4DD is #F62B22. Grayscale: #989898. Windows color (decimal): -16132899 or 14537737. OLE color: 14537737.

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

Color convert

RGB 9 212 221 -
CMYK 0.96 0.04 0 0.13
HSL 182.55º 0.92% 0.45% -
HSV(B) 182.55º 0.96% 0.87% -
XYZ 36.71 52.37 76.58 -
YUV 152.33 166.75 25.77 -
System Red Green Blue C M Y K H S L
Decimal 9 212 221 0.96 0.04 0 0.13 182.55 0.92 0.45
Hex 9 D4 DD 60 4 0 D B7 5C 2D
Octal 11 324 335 140 4 0 15 267 134 55
Binary 1001 11010100 11011101 1100000 100 0 1101 10110111 1011100 101101

Color Harmonies of #09D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D4DD

Black with #09D4DD

Text Example


Text Example

White with #09D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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