Html Css Color HEX #04D4DD Dark Turquoise

📋 copy color: '#04D4DD'

red 4 ◦ green 212 ◦ blue 221

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

Shades of Dark Turquoise #04D4DD

Tints of Dark Turquoise #04D4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

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

R = 0.92%
G = 48.51%
B = 50.57%

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

#04D4DD (or 0x04D4DD) is known color: Dark Turquoise. HEX triplet: 04, D4 and DD. RGB value is (4,212,221). Sum of RGB (Red+Green+Blue) = 4+212+221=437 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #04D4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D4DD is #FB2B22. Grayscale: #969696. Windows color (decimal): -16460579 or 14537732. OLE color: 14537732.

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

Color convert

RGB 4 212 221 -
CMYK 0.98 0.04 0 0.13
HSL 182.49º 0.96% 0.44% -
HSV(B) 182.49º 0.98% 0.87% -
XYZ 36.64 52.33 76.58 -
YUV 150.83 167.59 23.27 -
System Red Green Blue C M Y K H S L
Decimal 4 212 221 0.98 0.04 0 0.13 182.49 0.96 0.44
Hex 4 D4 DD 62 4 0 D B6 60 2C
Octal 4 324 335 142 4 0 15 266 140 54
Binary 100 11010100 11011101 1100010 100 0 1101 10110110 1100000 101100

Color Harmonies of #04D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D4DD

Black with #04D4DD

Text Example


Text Example

White with #04D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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