Html Css Color HEX #04DCCE Dark Turquoise

📋 copy color: '#04DCCE'

red 4 ◦ green 220 ◦ blue 206

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

Shades of Dark Turquoise #04DCCE

Tints of Dark Turquoise #04DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.16%

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

R = 0.93%
G = 51.16%
B = 47.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#04DCCE (or 0x04DCCE) is known color: Dark Turquoise. HEX triplet: 04, DC and CE. RGB value is (4,220,206). Sum of RGB (Red+Green+Blue) = 4+220+206=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCCE is #FB2331. Grayscale: #999999. Windows color (decimal): -16458546 or 13556740. OLE color: 13556740.

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

Color convert

RGB 4 220 206 -
CMYK 0.98 0 0.06 0.14
HSL 176.11º 0.96% 0.44% -
HSV(B) 176.11º 0.98% 0.86% -
XYZ 36.78 55.67 67.2 -
YUV 153.82 157.44 21.14 -
System Red Green Blue C M Y K H S L
Decimal 4 220 206 0.98 0 0.06 0.14 176.11 0.96 0.44
Hex 4 DC CE 62 0 6 E B0 60 2C
Octal 4 334 316 142 0 6 16 260 140 54
Binary 100 11011100 11001110 1100010 0 110 1110 10110000 1100000 101100

Color Harmonies of #04DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCCE

Black with #04DCCE

Text Example


Text Example

White with #04DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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