#58F9D3

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

Shades of Turquoise #58F9D3

Tints of Turquoise #58F9D3

Color information

#58F9D3 (or 0x58F9D3) is unknown color: approx Turquoise. HEX triplet: 58, F9 and D3. RGB value is (88,249,211). Sum of RGB (Red+Green+Blue) = 88+249+211=548 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.06% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #58F9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F9D3 is #A7062C. Grayscale: #C4C4C4. Windows color (decimal): -10946093 or 13891928. OLE color: 13891928.

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

Color convert

RGB88249211-
CMYK0.6500.150.02
HSL165.84º93.06%66.08%-
HSV(B)165.84º64.66%97.65%-
XYZ49.6674.5373.4-
YUV196.53136.1650.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.06%
GREEN value IS 249 (97.66% from 255) = 45.44%
BLUE value IS 211 (82.81% from 255) = 38.50%
R=16.06%
G=45.44%
B=38.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882492110.6500.150.02165.8493.0666.08
Hex58F9D3410F2a65d42
Octal1303713231010172246135102
Binary10110001111100111010011100000101111101010011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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