Html Css Color HEX #04D5DD Dark Turquoise

📋 copy color: '#04D5DD'

red 4 ◦ green 213 ◦ blue 221

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

Shades of Dark Turquoise #04D5DD

Tints of Dark Turquoise #04D5DD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.63%

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

R = 0.91%
G = 48.63%
B = 50.46%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04D5DD (or 0x04D5DD) is known color: Dark Turquoise. HEX triplet: 04, D5 and DD. RGB value is (4,213,221). Sum of RGB (Red+Green+Blue) = 4+213+221=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #04D5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D5DD is #FB2A22. Grayscale: #979797. Windows color (decimal): -16460323 or 14537988. OLE color: 14537988.

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

Color convert

RGB 4 213 221 -
CMYK 0.98 0.04 0 0.13
HSL 182.21º 0.96% 0.44% -
HSV(B) 182.21º 0.98% 0.87% -
XYZ 36.9 52.83 76.66 -
YUV 151.42 167.26 22.85 -
System Red Green Blue C M Y K H S L
Decimal 4 213 221 0.98 0.04 0 0.13 182.21 0.96 0.44
Hex 4 D5 DD 62 4 0 D B6 60 2C
Octal 4 325 335 142 4 0 15 266 140 54
Binary 100 11010101 11011101 1100010 100 0 1101 10110110 1100000 101100

Color Harmonies of #04D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D5DD

Black with #04D5DD

Text Example


Text Example

White with #04D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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