#58E2EA

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

Shades of Turquoise Blue #58E2EA

Tints of Turquoise Blue #58E2EA

Color information

#58E2EA (or 0x58E2EA) is unknown color: approx Turquoise Blue. HEX triplet: 58, E2 and EA. RGB value is (88,226,234). Sum of RGB (Red+Green+Blue) = 88+226+234=548 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.06% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #58E2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58E2EA is #A71D15. Grayscale: #B9B9B9. Windows color (decimal): -10951958 or 15393368. OLE color: 15393368.

HSL color Cylindrical-coordinate representation of color #58E2EA: hue angle of 183.29º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E2EA is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB88226234-
CMYK0.620.0300.08
HSL183.29º77.66%63.14%-
HSV(B)183.29º62.39%91.76%-
XYZ46.0762.4187.46-
YUV185.65155.2858.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.06%
GREEN value IS 226 (88.67% from 255) = 41.24%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=16.06%
G=41.24%
B=42.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882262340.620.0300.08183.2977.6663.14
Hex58E2EA3E308b74e3f
Octal13034235276301026711677
Binary101100011100010111010101111101101000101101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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