#04D0EB

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

Shades of Dark Turquoise #04D0EB

Tints of Dark Turquoise #04D0EB

Color information

#04D0EB (or 0x04D0EB) is unknown color: approx Dark Turquoise. HEX triplet: 04, D0 and EB. RGB value is (4,208,235). Sum of RGB (Red+Green+Blue) = 4+208+235=447 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #04D0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D0EB is #FB2F14. Grayscale: #959595. Windows color (decimal): -16461589 or 15454212. OLE color: 15454212.

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

Color convert

RGB4208235-
CMYK0.980.1100.08
HSL187.01º96.65%46.86%-
HSV(B)187.01º98.3%92.16%-
XYZ37.651.1486.49-
YUV150.08175.9123.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.89%
GREEN value IS 208 (81.64% from 255) = 46.53%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=0.89%
G=46.53%
B=52.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal42082350.980.1100.08187.0196.6546.86
Hex4D0EB62B08bb612f
Octal43203531421301027314157
Binary10011010000111010111100010101101000101110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,208,235); }

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

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

 a { background-color: rgb(4,208,235); }

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

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

 span { border-color: rgb(4,208,235); }

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