#58F9C1

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

Shades of Turquoise #58F9C1

Tints of Turquoise #58F9C1

Color information

#58F9C1 (or 0x58F9C1) is unknown color: approx Turquoise. HEX triplet: 58, F9 and C1. RGB value is (88,249,193). Sum of RGB (Red+Green+Blue) = 88+249+193=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #58F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F9C1 is #A7063E. Grayscale: #C2C2C2. Windows color (decimal): -10946111 or 12712280. OLE color: 12712280.

HSL color Cylindrical-coordinate representation of color #58F9C1: hue angle of 159.13º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F9C1 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB88249193-
CMYK0.6500.220.02
HSL159.13º93.06%66.08%-
HSV(B)159.13º64.66%97.65%-
XYZ47.5373.6862.17-
YUV194.48127.1652.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.60%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=16.60%
G=46.98%
B=36.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882491930.6500.220.02159.1393.0666.08
Hex58F9C14101629f5d42
Octal1303713011010262237135102
Binary101100011111001110000011000001010110101001111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,249,193); }

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

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

 a { background-color: rgb(88,249,193); }

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

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

 span { border-color: rgb(88,249,193); }

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