Html Css Color HEX #04DDCD Dark Turquoise

📋 copy color: '#04DDCD'

red 4 ◦ green 221 ◦ blue 205

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

Shades of Dark Turquoise #04DDCD

Tints of Dark Turquoise #04DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 0.93%
G = 51.4%
B = 47.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#04DDCD (or 0x04DDCD) is known color: Dark Turquoise. HEX triplet: 04, DD and CD. RGB value is (4,221,205). Sum of RGB (Red+Green+Blue) = 4+221+205=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDCD is #FB2232. Grayscale: #9A9A9A. Windows color (decimal): -16458291 or 13491460. OLE color: 13491460.

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

Color convert

RGB 4 221 205 -
CMYK 0.98 0 0.07 0.13
HSL 175.58º 0.96% 0.44% -
HSV(B) 175.58º 0.98% 0.87% -
XYZ 36.93 56.15 66.65 -
YUV 154.29 156.61 20.8 -
System Red Green Blue C M Y K H S L
Decimal 4 221 205 0.98 0 0.07 0.13 175.58 0.96 0.44
Hex 4 DD CD 62 0 7 D B0 60 2C
Octal 4 335 315 142 0 7 15 260 140 54
Binary 100 11011101 11001101 1100010 0 111 1101 10110000 1100000 101100

Color Harmonies of #04DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDCD

Black with #04DDCD

Text Example


Text Example

White with #04DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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