#58FCD2

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

Shades of Turquoise #58FCD2

Tints of Turquoise #58FCD2

Color information

#58FCD2 (or 0x58FCD2) is unknown color: approx Turquoise. HEX triplet: 58, FC and D2. RGB value is (88,252,210). Sum of RGB (Red+Green+Blue) = 88+252+210=550 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCD2 is #A7032D. Grayscale: #C6C6C6. Windows color (decimal): -10945326 or 13827160. OLE color: 13827160.

HSL color Cylindrical-coordinate representation of color #58FCD2: hue angle of 164.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCD2 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB88252210-
CMYK0.6500.170.01
HSL164.63º96.47%66.67%-
HSV(B)164.63º65.08%98.82%-
XYZ50.4776.3573.05-
YUV198.18134.6749.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16%
GREEN value IS 252 (98.83% from 255) = 45.82%
BLUE value IS 210 (82.42% from 255) = 38.18%
R=16%
G=45.82%
B=38.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882522100.6500.170.01164.6396.4766.67
Hex58FCD2410111a56043
Octal1303743221010211245140103
Binary10110001111110011010010100000101000111010010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,252,210); }

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

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

 a { background-color: rgb(88,252,210); }

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

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

 span { border-color: rgb(88,252,210); }

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