Html Css Color HEX #04DACE Dark Turquoise

📋 copy color: '#04DACE'

red 4 ◦ green 218 ◦ blue 206

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

Shades of Dark Turquoise #04DACE

Tints of Dark Turquoise #04DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.93%

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 0.93%
G = 50.93%
B = 48.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#04DACE (or 0x04DACE) is known color: Dark Turquoise. HEX triplet: 04, DA and CE. RGB value is (4,218,206). Sum of RGB (Red+Green+Blue) = 4+218+206=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #04DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DACE is #FB2531. Grayscale: #989898. Windows color (decimal): -16459058 or 13556228. OLE color: 13556228.

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

Color convert

RGB 4 218 206 -
CMYK 0.98 0 0.06 0.15
HSL 176.64º 0.96% 0.44% -
HSV(B) 176.64º 0.98% 0.85% -
XYZ 36.26 54.62 67.02 -
YUV 152.65 158.1 21.98 -
System Red Green Blue C M Y K H S L
Decimal 4 218 206 0.98 0 0.06 0.15 176.64 0.96 0.44
Hex 4 DA CE 62 0 6 F B1 60 2C
Octal 4 332 316 142 0 6 17 261 140 54
Binary 100 11011010 11001110 1100010 0 110 1111 10110001 1100000 101100

Color Harmonies of #04DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DACE

Black with #04DACE

Text Example


Text Example

White with #04DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,218,206); }

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

background-color css

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

 a { background-color: rgb(4,218,206); }

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

border-color css

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

 span { border-color: rgb(4,218,206); }

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