Html Css Color HEX #04DCCC Dark Turquoise

📋 copy color: '#04DCCC'

red 4 ◦ green 220 ◦ blue 204

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

Shades of Dark Turquoise #04DCCC

Tints of Dark Turquoise #04DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 0.93%
G = 51.4%
B = 47.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#04DCCC (or 0x04DCCC) is known color: Dark Turquoise. HEX triplet: 04, DC and CC. RGB value is (4,220,204). Sum of RGB (Red+Green+Blue) = 4+220+204=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCCC is #FB2333. Grayscale: #999999. Windows color (decimal): -16458548 or 13425668. OLE color: 13425668.

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

Color convert

RGB 4 220 204 -
CMYK 0.98 0 0.07 0.14
HSL 175.56º 0.96% 0.44% -
HSV(B) 175.56º 0.98% 0.86% -
XYZ 36.54 55.57 65.93 -
YUV 153.59 156.44 21.3 -
System Red Green Blue C M Y K H S L
Decimal 4 220 204 0.98 0 0.07 0.14 175.56 0.96 0.44
Hex 4 DC CC 62 0 7 E B0 60 2C
Octal 4 334 314 142 0 7 16 260 140 54
Binary 100 11011100 11001100 1100010 0 111 1110 10110000 1100000 101100

Color Harmonies of #04DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCCC

Black with #04DCCC

Text Example


Text Example

White with #04DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,220,204); }

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

background-color css

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

 a { background-color: rgb(4,220,204); }

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

border-color css

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

 span { border-color: rgb(4,220,204); }

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