Html Css Color HEX #04DECE Dark Turquoise

📋 copy color: '#04DECE'

red 4 ◦ green 222 ◦ blue 206

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

Shades of Dark Turquoise #04DECE

Tints of Dark Turquoise #04DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.39%

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

R = 0.93%
G = 51.39%
B = 47.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#04DECE (or 0x04DECE) is known color: Dark Turquoise. HEX triplet: 04, DE and CE. RGB value is (4,222,206). Sum of RGB (Red+Green+Blue) = 4+222+206=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #04DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DECE is #FB2131. Grayscale: #9A9A9A. Windows color (decimal): -16458034 or 13557252. OLE color: 13557252.

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

Color convert

RGB 4 222 206 -
CMYK 0.98 0 0.07 0.13
HSL 175.6º 0.96% 0.44% -
HSV(B) 175.6º 0.98% 0.87% -
XYZ 37.31 56.72 67.37 -
YUV 154.99 156.78 20.3 -
System Red Green Blue C M Y K H S L
Decimal 4 222 206 0.98 0 0.07 0.13 175.6 0.96 0.44
Hex 4 DE CE 62 0 7 D B0 60 2C
Octal 4 336 316 142 0 7 15 260 140 54
Binary 100 11011110 11001110 1100010 0 111 1101 10110000 1100000 101100

Color Harmonies of #04DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DECE

Black with #04DECE

Text Example


Text Example

White with #04DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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