Html Css Color HEX #04D1DD Dark Turquoise

📋 copy color: '#04D1DD'

red 4 ◦ green 209 ◦ blue 221

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

Shades of Dark Turquoise #04D1DD

Tints of Dark Turquoise #04D1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.16%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 0.92%
G = 48.16%
B = 50.92%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04D1DD (or 0x04D1DD) is known color: Dark Turquoise. HEX triplet: 04, D1 and DD. RGB value is (4,209,221). Sum of RGB (Red+Green+Blue) = 4+209+221=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #04D1DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D1DD is #FB2E22. Grayscale: #949494. Windows color (decimal): -16461347 or 14536964. OLE color: 14536964.

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

Color convert

RGB 4 209 221 -
CMYK 0.98 0.05 0 0.13
HSL 183.32º 0.96% 0.44% -
HSV(B) 183.32º 0.98% 0.87% -
XYZ 35.9 50.85 76.33 -
YUV 149.07 168.58 24.52 -
System Red Green Blue C M Y K H S L
Decimal 4 209 221 0.98 0.05 0 0.13 183.32 0.96 0.44
Hex 4 D1 DD 62 5 0 D B7 60 2C
Octal 4 321 335 142 5 0 15 267 140 54
Binary 100 11010001 11011101 1100010 101 0 1101 10110111 1100000 101100

Color Harmonies of #04D1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D1DD

Black with #04D1DD

Text Example


Text Example

White with #04D1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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