#04F8C6

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

Shades of Bright Turquoise #04F8C6

Tints of Bright Turquoise #04F8C6

Color information

#04F8C6 (or 0x04F8C6) is unknown color: approx Bright Turquoise. HEX triplet: 04, F8 and C6. RGB value is (4,248,198). Sum of RGB (Red+Green+Blue) = 4+248+198=450 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #04F8C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F8C6 is #FB0739. Grayscale: #A9A9A9. Windows color (decimal): -16451386 or 13039620. OLE color: 13039620.

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

Color convert

RGB4248198-
CMYK0.9800.200.03
HSL167.7º96.83%49.41%-
HSV(B)167.7º98.39%97.25%-
XYZ43.8171.2464.87-
YUV169.34144.1610.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.89%
GREEN value IS 248 (97.27% from 255) = 55.11%
BLUE value IS 198 (77.73% from 255) = 44%
R=0.89%
G=55.11%
B=44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal42481980.9800.200.03167.796.8349.41
Hex4F8C6620143a86131
Octal4370306142024325014161
Binary1001111100011000110110001001010011101010001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,248,198); }

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

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

 a { background-color: rgb(4,248,198); }

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

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

 span { border-color: rgb(4,248,198); }

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