#58cfc2

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

Shades of Medium Turquoise #58CFC2

Tints of Medium Turquoise #58CFC2

Color information

#58CFC2 (or 0x58CFC2) is unknown color: approx Medium Turquoise. HEX triplet: 58, CF and C2. RGB value is (88,207,194). Sum of RGB (Red+Green+Blue) = 88+207+194=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFC2 is #A7303D. Grayscale: #A9A9A9. Windows color (decimal): -10956862 or 12767064. OLE color: 12767064.

HSL color Cylindrical-coordinate representation of color #58CFC2: hue angle of 173.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFC2 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB88207194-
CMYK0.5700.060.19
HSL173.45º55.35%57.84%-
HSV(B)173.45º57.49%81.18%-
XYZ36.0750.658.9-
YUV169.94141.5869.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.00%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 194 (76.17% from 255) = 39.67%
R=18.00%
G=42.33%
B=39.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal882071940.5700.060.19173.4555.3557.84
Hex58CFC2390613ad373a
Octal1303173027106232556772
Binary1011000110011111100001011100101101001110101101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58cfc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,207,194); }

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

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

 a { background-color: rgb(88,207,194); }

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

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

 span { border-color: rgb(88,207,194); }

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