#58F5C8

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

Shades of Turquoise #58F5C8

Tints of Turquoise #58F5C8

Color information

#58F5C8 (or 0x58F5C8) is unknown color: approx Turquoise. HEX triplet: 58, F5 and C8. RGB value is (88,245,200). Sum of RGB (Red+Green+Blue) = 88+245+200=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #58F5C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F5C8 is #A70A37. Grayscale: #C0C0C0. Windows color (decimal): -10947128 or 13170008. OLE color: 13170008.

HSL color Cylindrical-coordinate representation of color #58F5C8: hue angle of 162.8º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F5C8 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB88245200-
CMYK0.6400.180.04
HSL162.8º88.7%65.29%-
HSV(B)162.8º64.08%96.08%-
XYZ47.171.5565.97-
YUV192.93131.9953.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.51%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=16.51%
G=45.97%
B=37.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882452000.6400.180.04162.888.765.29
Hex58F5C8400124a35941
Octal1303653101000224243131101
Binary1011000111101011100100010000000100101001010001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58F5C8; }

 p { color: rgb(88,245,200); }

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

<style>
 a { background-color: #58F5C8; }

 a { background-color: rgb(88,245,200); }

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

<style>
 span { border-color: #58F5C8; }

 span { border-color: rgb(88,245,200); }

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