Html Css Color HEX #04DECF Dark Turquoise

📋 copy color: '#04DECF'

red 4 ◦ green 222 ◦ blue 207

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

Shades of Dark Turquoise #04DECF

Tints of Dark Turquoise #04DECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 0.92%
G = 51.27%
B = 47.81%

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

#04DECF (or 0x04DECF) is known color: Dark Turquoise. HEX triplet: 04, DE and CF. RGB value is (4,222,207). Sum of RGB (Red+Green+Blue) = 4+222+207=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #04DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DECF is #FB2130. Grayscale: #9A9A9A. Windows color (decimal): -16458033 or 13622788. OLE color: 13622788.

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

Color convert

RGB 4 222 207 -
CMYK 0.98 0 0.07 0.13
HSL 175.87º 0.96% 0.44% -
HSV(B) 175.87º 0.98% 0.87% -
XYZ 37.43 56.77 68.02 -
YUV 155.11 157.28 20.22 -
System Red Green Blue C M Y K H S L
Decimal 4 222 207 0.98 0 0.07 0.13 175.87 0.96 0.44
Hex 4 DE CF 62 0 7 D B0 60 2C
Octal 4 336 317 142 0 7 15 260 140 54
Binary 100 11011110 11001111 1100010 0 111 1101 10110000 1100000 101100

Color Harmonies of #04DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DECF

Black with #04DECF

Text Example


Text Example

White with #04DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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