#58F8BE

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

Shades of Turquoise #58F8BE

Tints of Turquoise #58F8BE

Color information

#58F8BE (or 0x58F8BE) is unknown color: approx Turquoise. HEX triplet: 58, F8 and BE. RGB value is (88,248,190). Sum of RGB (Red+Green+Blue) = 88+248+190=526 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.73% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #58F8BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F8BE is #A70741. Grayscale: #C1C1C1. Windows color (decimal): -10946370 or 12515416. OLE color: 12515416.

HSL color Cylindrical-coordinate representation of color #58F8BE: hue angle of 158.25º 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 #58F8BE is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB88248190-
CMYK0.6500.230.03
HSL158.25º91.95%65.88%-
HSV(B)158.25º64.52%97.25%-
XYZ46.8972.9360.32-
YUV193.55125.9952.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.73%
GREEN value IS 248 (97.27% from 255) = 47.15%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=16.73%
G=47.15%
B=36.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal882481900.6500.230.03158.2591.9565.88
Hex58F8BE4101739e5c42
Octal1303702761010273236134102
Binary101100011111000101111101000001010111111001111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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