#58F1DC

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

Shades of Turquoise #58F1DC

Tints of Turquoise #58F1DC

Color information

#58F1DC (or 0x58F1DC) is unknown color: approx Turquoise. HEX triplet: 58, F1 and DC. RGB value is (88,241,220). Sum of RGB (Red+Green+Blue) = 88+241+220=549 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.03% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #58F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F1DC is #A70E23. Grayscale: #C0C0C0. Windows color (decimal): -10948132 or 14479704. OLE color: 14479704.

HSL color Cylindrical-coordinate representation of color #58F1DC: hue angle of 171.76º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F1DC is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB88241220-
CMYK0.6300.090.05
HSL171.76º84.53%64.51%-
HSV(B)171.76º63.49%94.51%-
XYZ48.470.1578.7-
YUV192.86143.3153.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.03%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=16.03%
G=43.90%
B=40.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882412200.6300.090.05171.7684.5364.51
Hex58F1DC3F095ac5541
Octal130361334770115254125101
Binary10110001111000111011100111111010011011010110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,241,220); }

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

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

 a { background-color: rgb(88,241,220); }

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

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

 span { border-color: rgb(88,241,220); }

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