#58CCC2

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

Shades of Medium Turquoise #58CCC2

Tints of Medium Turquoise #58CCC2

Color information

#58CCC2 (or 0x58CCC2) is unknown color: approx Medium Turquoise. HEX triplet: 58, CC and C2. RGB value is (88,204,194). Sum of RGB (Red+Green+Blue) = 88+204+194=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #58CCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCC2 is #A7333D. Grayscale: #A8A8A8. Windows color (decimal): -10957630 or 12766296. OLE color: 12766296.

HSL color Cylindrical-coordinate representation of color #58CCC2: hue angle of 174.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CCC2 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB88204194-
CMYK0.5700.050.2
HSL174.83º53.21%57.25%-
HSV(B)174.83º56.86%80%-
XYZ35.3549.1658.66-
YUV168.18142.5770.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.11%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=18.11%
G=41.98%
B=39.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal882041940.5700.050.2174.8353.2157.25
Hex58CCC2390514af3539
Octal1303143027105242576571
Binary1011000110011001100001011100101011010010101111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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