#58F8E2

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

Shades of Turquoise #58F8E2

Tints of Turquoise #58F8E2

Color information

#58F8E2 (or 0x58F8E2) is unknown color: approx Turquoise. HEX triplet: 58, F8 and E2. RGB value is (88,248,226). Sum of RGB (Red+Green+Blue) = 88+248+226=562 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.66% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #58F8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F8E2 is #A7071D. Grayscale: #C5C5C5. Windows color (decimal): -10946334 or 14874712. OLE color: 14874712.

HSL color Cylindrical-coordinate representation of color #58F8E2: hue angle of 171.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F8E2 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB88248226-
CMYK0.6500.090.03
HSL171.75º91.95%65.88%-
HSV(B)171.75º64.52%97.25%-
XYZ51.3274.783.67-
YUV197.65143.9949.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.66%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 226 (88.67% from 255) = 40.21%
R=15.66%
G=44.13%
B=40.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal882482260.6500.090.03171.7591.9565.88
Hex58F8E241093ac5c42
Octal1303703421010113254134102
Binary10110001111100011100010100000101001111010110010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,248,226); }

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

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

 a { background-color: rgb(88,248,226); }

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

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

 span { border-color: rgb(88,248,226); }

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