#58F4E4

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

Shades of Turquoise #58F4E4

Tints of Turquoise #58F4E4

Color information

#58F4E4 (or 0x58F4E4) is unknown color: approx Turquoise. HEX triplet: 58, F4 and E4. RGB value is (88,244,228). Sum of RGB (Red+Green+Blue) = 88+244+228=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #58F4E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F4E4 is #A70B1B. Grayscale: #C3C3C3. Windows color (decimal): -10947356 or 15004760. OLE color: 15004760.

HSL color Cylindrical-coordinate representation of color #58F4E4: hue angle of 173.85º degrees, saturation: 0.88, 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 #58F4E4 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB88244228-
CMYK0.6400.070.04
HSL173.85º87.64%65.1%-
HSV(B)173.85º63.93%95.69%-
XYZ50.3872.3884.71-
YUV195.53146.3251.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.71%
GREEN value IS 244 (95.70% from 255) = 43.57%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=15.71%
G=43.57%
B=40.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882442280.6400.070.04173.8587.6465.1
Hex58F4E440074ae5841
Octal130364344100074256130101
Binary10110001111010011100100100000001111001010111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,244,228); }

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

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

 a { background-color: rgb(88,244,228); }

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

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

 span { border-color: rgb(88,244,228); }

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