#04DDEC

Color #04DDEC Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #04DDEC

Tints of Bright Turquoise #04DDEC

Color information

#04DDEC (or 0x04DDEC) is unknown color: approx Bright Turquoise. HEX triplet: 04, DD and EC. RGB value is (4,221,236). Sum of RGB (Red+Green+Blue) = 4+221+236=461 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #04DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDEC is #FB2213. Grayscale: #9D9D9D. Windows color (decimal): -16458260 or 15523076. OLE color: 15523076.

HSL color Cylindrical-coordinate representation of color #04DDEC: hue angle of 183.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDEC is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4221236-
CMYK0.980.0600.07
HSL183.88º96.67%47.06%-
HSV(B)183.88º98.31%92.55%-
XYZ41.0557.7988.35-
YUV157.83172.1118.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.87%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=0.87%
G=47.94%
B=51.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42212360.980.0600.07183.8896.6747.06
Hex4DDEC62607b8612f
Octal433535414260727014157
Binary100110111011110110011000101100111101110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04DDEC;
 }
 .AnyTagClassName
 {
   color: #04DDEC;
 }
</style>
background-color css

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

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

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

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

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

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