#58EBC3

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

Shades of Turquoise #58EBC3

Tints of Turquoise #58EBC3

Color information

#58EBC3 (or 0x58EBC3) is unknown color: approx Turquoise. HEX triplet: 58, EB and C3. RGB value is (88,235,195). Sum of RGB (Red+Green+Blue) = 88+235+195=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #58EBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EBC3 is #A7143C. Grayscale: #BABABA. Windows color (decimal): -10949693 or 12839768. OLE color: 12839768.

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

Color convert

RGB88235195-
CMYK0.6300.170.08
HSL163.67º78.61%63.33%-
HSV(B)163.67º62.55%92.16%-
XYZ43.5865.4361.96-
YUV186.49132.857.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.99%
GREEN value IS 235 (92.19% from 255) = 45.37%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=16.99%
G=45.37%
B=37.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882351950.6300.170.08163.6778.6163.33
Hex58EBC33F0118a44f3f
Octal130353303770211024411777
Binary101100011101011110000111111110100011000101001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,235,195); }

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

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

 a { background-color: rgb(88,235,195); }

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

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

 span { border-color: rgb(88,235,195); }

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