#04F9C8

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

Shades of Bright Turquoise #04F9C8

Tints of Bright Turquoise #04F9C8

Color information

#04F9C8 (or 0x04F9C8) is unknown color: approx Bright Turquoise. HEX triplet: 04, F9 and C8. RGB value is (4,249,200). Sum of RGB (Red+Green+Blue) = 4+249+200=453 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #04F9C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F9C8 is #FB0637. Grayscale: #AAAAAA. Windows color (decimal): -16451128 or 13170948. OLE color: 13170948.

HSL color Cylindrical-coordinate representation of color #04F9C8: hue angle of 168º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F9C8 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB4249200-
CMYK0.9800.200.02
HSL168º96.84%49.61%-
HSV(B)168º98.39%97.65%-
XYZ44.3571.9566.19-
YUV170.16144.839.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.88%
GREEN value IS 249 (97.66% from 255) = 54.97%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=0.88%
G=54.97%
B=44.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal42492000.9800.200.0216896.8449.61
Hex4F9C8620142a86132
Octal4371310142024225014162
Binary1001111100111001000110001001010010101010001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,249,200); }

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

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

 a { background-color: rgb(4,249,200); }

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

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

 span { border-color: rgb(4,249,200); }

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