Html Css Color HEX #04DFCD Dark Turquoise

📋 copy color: '#04DFCD'

red 4 ◦ green 223 ◦ blue 205

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

Shades of Dark Turquoise #04DFCD

Tints of Dark Turquoise #04DFCD

RGB

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

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

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

R = 0.93%
G = 51.62%
B = 47.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#04DFCD (or 0x04DFCD) is known color: Dark Turquoise. HEX triplet: 04, DF and CD. RGB value is (4,223,205). Sum of RGB (Red+Green+Blue) = 4+223+205=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFCD is #FB2032. Grayscale: #9B9B9B. Windows color (decimal): -16457779 or 13491972. OLE color: 13491972.

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

Color convert

RGB 4 223 205 -
CMYK 0.98 0 0.08 0.13
HSL 175.07º 0.96% 0.45% -
HSV(B) 175.07º 0.98% 0.87% -
XYZ 37.46 57.21 66.83 -
YUV 155.47 155.95 19.96 -
System Red Green Blue C M Y K H S L
Decimal 4 223 205 0.98 0 0.08 0.13 175.07 0.96 0.45
Hex 4 DF CD 62 0 8 D AF 60 2D
Octal 4 337 315 142 0 10 15 257 140 55
Binary 100 11011111 11001101 1100010 0 1000 1101 10101111 1100000 101101

Color Harmonies of #04DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFCD

Black with #04DFCD

Text Example


Text Example

White with #04DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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