#58F4BC

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

Shades of Turquoise #58F4BC

Tints of Turquoise #58F4BC

Color information

#58F4BC (or 0x58F4BC) is unknown color: approx Turquoise. HEX triplet: 58, F4 and BC. RGB value is (88,244,188). Sum of RGB (Red+Green+Blue) = 88+244+188=520 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.92% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #58F4BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F4BC is #A70B43. Grayscale: #BFBFBF. Windows color (decimal): -10947396 or 12383320. OLE color: 12383320.

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

Color convert

RGB88244188-
CMYK0.6400.230.04
HSL158.46º87.64%65.1%-
HSV(B)158.46º63.93%95.69%-
XYZ45.4570.4158.77-
YUV190.97126.3254.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.92%
GREEN value IS 244 (95.70% from 255) = 46.92%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=16.92%
G=46.92%
B=36.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882441880.6400.230.04158.4687.6465.1
Hex58F4BC4001749e5841
Octal1303642741000274236130101
Binary1011000111101001011110010000000101111001001111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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