#58C6D3

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

Shades of Medium Turquoise #58C6D3

Tints of Medium Turquoise #58C6D3

Color information

#58C6D3 (or 0x58C6D3) is unknown color: approx Medium Turquoise. HEX triplet: 58, C6 and D3. RGB value is (88,198,211). Sum of RGB (Red+Green+Blue) = 88+198+211=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #58C6D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C6D3 is #A7392C. Grayscale: #A6A6A6. Windows color (decimal): -10959149 or 13878872. OLE color: 13878872.

HSL color Cylindrical-coordinate representation of color #58C6D3: hue angle of 186.34º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58C6D3 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB88198211-
CMYK0.580.0600.17
HSL186.34º58.29%58.63%-
HSV(B)186.34º58.29%82.75%-
XYZ35.9847.1768.84-
YUV166.59153.0671.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.71%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 211 (82.81% from 255) = 42.45%
R=17.71%
G=39.84%
B=42.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal881982110.580.0600.17186.3458.2958.63
Hex58C6D33A6011ba3a3b
Octal1303063237260212727273
Binary1011000110001101101001111101011001000110111010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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