#04F2DA

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

Shades of Bright Turquoise #04F2DA

Tints of Bright Turquoise #04F2DA

Color information

#04F2DA (or 0x04F2DA) is unknown color: approx Bright Turquoise. HEX triplet: 04, F2 and DA. RGB value is (4,242,218). Sum of RGB (Red+Green+Blue) = 4+242+218=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F2DA is #FB0D25. Grayscale: #A7A7A7. Windows color (decimal): -16452902 or 14348804. OLE color: 14348804.

HSL color Cylindrical-coordinate representation of color #04F2DA: hue angle of 173.95º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2DA is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB4242218-
CMYK0.9800.100.05
HSL173.95º96.75%48.24%-
HSV(B)173.95º98.35%94.9%-
XYZ44.4668.5977.23-
YUV168.1156.1510.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.86%
GREEN value IS 242 (94.92% from 255) = 52.16%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=0.86%
G=52.16%
B=46.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42422180.9800.100.05173.9596.7548.24
Hex4F2DA620A5ae6130
Octal4362332142012525614160
Binary1001111001011011010110001001010101101011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,242,218); }

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

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

 a { background-color: rgb(4,242,218); }

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

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

 span { border-color: rgb(4,242,218); }

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