#04F1C8

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

Shades of Bright Turquoise #04F1C8

Tints of Bright Turquoise #04F1C8

Color information

#04F1C8 (or 0x04F1C8) is unknown color: approx Bright Turquoise. HEX triplet: 04, F1 and C8. RGB value is (4,241,200). Sum of RGB (Red+Green+Blue) = 4+241+200=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #04F1C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F1C8 is #FB0E37. Grayscale: #A5A5A5. Windows color (decimal): -16453176 or 13168900. OLE color: 13168900.

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

Color convert

RGB4241200-
CMYK0.9800.170.05
HSL169.62º96.73%48.04%-
HSV(B)169.62º98.34%94.51%-
XYZ41.9367.1165.39-
YUV165.46147.4812.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.90%
GREEN value IS 241 (94.53% from 255) = 54.16%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=0.90%
G=54.16%
B=44.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42412000.9800.170.05169.6296.7348.04
Hex4F1C8620115aa6130
Octal4361310142021525214160
Binary10011110001110010001100010010001101101010101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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