Html Css Color HEX #04DFCC Dark Turquoise

📋 copy color: '#04DFCC'

red 4 ◦ green 223 ◦ blue 204

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

Shades of Dark Turquoise #04DFCC

Tints of Dark Turquoise #04DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.74%

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

R = 0.93%
G = 51.74%
B = 47.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#04DFCC (or 0x04DFCC) is known color: Dark Turquoise. HEX triplet: 04, DF and CC. RGB value is (4,223,204). Sum of RGB (Red+Green+Blue) = 4+223+204=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFCC is #FB2033. Grayscale: #9B9B9B. Windows color (decimal): -16457780 or 13426436. OLE color: 13426436.

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

Color convert

RGB 4 223 204 -
CMYK 0.98 0 0.09 0.13
HSL 174.79º 0.96% 0.45% -
HSV(B) 174.79º 0.98% 0.87% -
XYZ 37.34 57.16 66.19 -
YUV 155.35 155.45 20.04 -
System Red Green Blue C M Y K H S L
Decimal 4 223 204 0.98 0 0.09 0.13 174.79 0.96 0.45
Hex 4 DF CC 62 0 9 D AF 60 2D
Octal 4 337 314 142 0 11 15 257 140 55
Binary 100 11011111 11001100 1100010 0 1001 1101 10101111 1100000 101101

Color Harmonies of #04DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFCC

Black with #04DFCC

Text Example


Text Example

White with #04DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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