Html Css Color HEX #04DDD0 Dark Turquoise

📋 copy color: '#04DDD0'

red 4 ◦ green 221 ◦ blue 208

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

Shades of Dark Turquoise #04DDD0

Tints of Dark Turquoise #04DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 0.92%
G = 51.04%
B = 48.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#04DDD0 (or 0x04DDD0) is known color: Dark Turquoise. HEX triplet: 04, DD and D0. RGB value is (4,221,208). Sum of RGB (Red+Green+Blue) = 4+221+208=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDD0 is #FB222F. Grayscale: #9A9A9A. Windows color (decimal): -16458288 or 13688068. OLE color: 13688068.

HSL color Cylindrical-coordinate representation of color #04DDD0: hue angle of 176.41º 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 #04DDD0 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 221 208 -
CMYK 0.98 0 0.06 0.13
HSL 176.41º 0.96% 0.44% -
HSV(B) 176.41º 0.98% 0.87% -
XYZ 37.29 56.29 68.57 -
YUV 154.64 158.11 20.56 -
System Red Green Blue C M Y K H S L
Decimal 4 221 208 0.98 0 0.06 0.13 176.41 0.96 0.44
Hex 4 DD D0 62 0 6 D B0 60 2C
Octal 4 335 320 142 0 6 15 260 140 54
Binary 100 11011101 11010000 1100010 0 110 1101 10110000 1100000 101100

Color Harmonies of #04DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDD0

Black with #04DDD0

Text Example


Text Example

White with #04DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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