Html Css Color HEX #04DAD1 Dark Turquoise

📋 copy color: '#04DAD1'

red 4 ◦ green 218 ◦ blue 209

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

Shades of Dark Turquoise #04DAD1

Tints of Dark Turquoise #04DAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 0.93%
G = 50.58%
B = 48.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#04DAD1 (or 0x04DAD1) is known color: Dark Turquoise. HEX triplet: 04, DA and D1. RGB value is (4,218,209). Sum of RGB (Red+Green+Blue) = 4+218+209=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #04DAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DAD1 is #FB252E. Grayscale: #989898. Windows color (decimal): -16459055 or 13752836. OLE color: 13752836.

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

Color convert

RGB 4 218 209 -
CMYK 0.98 0 0.04 0.15
HSL 177.48º 0.96% 0.44% -
HSV(B) 177.48º 0.98% 0.85% -
XYZ 36.63 54.77 68.96 -
YUV 152.99 159.6 21.73 -
System Red Green Blue C M Y K H S L
Decimal 4 218 209 0.98 0 0.04 0.15 177.48 0.96 0.44
Hex 4 DA D1 62 0 4 F B1 60 2C
Octal 4 332 321 142 0 4 17 261 140 54
Binary 100 11011010 11010001 1100010 0 100 1111 10110001 1100000 101100

Color Harmonies of #04DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DAD1

Black with #04DAD1

Text Example


Text Example

White with #04DAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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