#58E8FC

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

Shades of Turquoise Blue #58E8FC

Tints of Turquoise Blue #58E8FC

Color information

#58E8FC (or 0x58E8FC) is unknown color: approx Turquoise Blue. HEX triplet: 58, E8 and FC. RGB value is (88,232,252). Sum of RGB (Red+Green+Blue) = 88+232+252=572 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.38% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #58E8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58E8FC is #A71703. Grayscale: #BFBFBF. Windows color (decimal): -10950404 or 16574552. OLE color: 16574552.

HSL color Cylindrical-coordinate representation of color #58E8FC: hue angle of 187.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58E8FC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88232252-
CMYK0.650.0800.01
HSL187.32º96.47%66.67%-
HSV(B)187.32º65.08%98.82%-
XYZ50.4566.82102.33-
YUV191.22162.2954.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.38%
GREEN value IS 232 (91.02% from 255) = 40.56%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=15.38%
G=40.56%
B=44.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882322520.650.0800.01187.3296.4766.67
Hex58E8FC41801bb6043
Octal1303503741011001273140103
Binary1011000111010001111110010000011000011011101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,232,252); }

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

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

 a { background-color: rgb(88,232,252); }

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

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

 span { border-color: rgb(88,232,252); }

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