Html Css Color HEX #04DDD1 Dark Turquoise

📋 copy color: '#04DDD1'

red 4 ◦ green 221 ◦ blue 209

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

Shades of Dark Turquoise #04DDD1

Tints of Dark Turquoise #04DDD1

RGB

 RED value IS 4 (1.95% from 255) = 0.92%

 GREEN value IS 221 (86.72% from 255) = 50.92%

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

R = 0.92%
G = 50.92%
B = 48.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#04DDD1 (or 0x04DDD1) is known color: Dark Turquoise. HEX triplet: 04, DD and D1. RGB value is (4,221,209). Sum of RGB (Red+Green+Blue) = 4+221+209=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDD1 is #FB222E. Grayscale: #9A9A9A. Windows color (decimal): -16458287 or 13753604. OLE color: 13753604.

HSL color Cylindrical-coordinate representation of color #04DDD1: hue angle of 176.68º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDD1 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 221 209 -
CMYK 0.98 0 0.05 0.13
HSL 176.68º 0.96% 0.44% -
HSV(B) 176.68º 0.98% 0.87% -
XYZ 37.42 56.34 69.22 -
YUV 154.75 158.61 20.48 -
System Red Green Blue C M Y K H S L
Decimal 4 221 209 0.98 0 0.05 0.13 176.68 0.96 0.44
Hex 4 DD D1 62 0 5 D B1 60 2C
Octal 4 335 321 142 0 5 15 261 140 54
Binary 100 11011101 11010001 1100010 0 101 1101 10110001 1100000 101100

Color Harmonies of #04DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDD1

Black with #04DDD1

Text Example


Text Example

White with #04DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04DDD1; }

 p { color: rgb(4,221,209); }

 H1.HeaderClassName
 {
   color: #04DDD1;
 }
 .AnyTagClassName
 {
   color: #04DDD1;
 }
</style>

background-color css

<style>
 a { background-color: #04DDD1; }

 a { background-color: rgb(4,221,209); }

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

border-color css

<style>
 span { border-color: #04DDD1; }

 span { border-color: rgb(4,221,209); }

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