#58CCBE

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

Shades of Medium Turquoise #58CCBE

Tints of Medium Turquoise #58CCBE

Color information

#58CCBE (or 0x58CCBE) is unknown color: approx Medium Turquoise. HEX triplet: 58, CC and BE. RGB value is (88,204,190). Sum of RGB (Red+Green+Blue) = 88+204+190=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #58CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCBE is #A73341. Grayscale: #A7A7A7. Windows color (decimal): -10957634 or 12504152. OLE color: 12504152.

HSL color Cylindrical-coordinate representation of color #58CCBE: hue angle of 172.76º 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 #58CCBE is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB88204190-
CMYK0.5700.070.2
HSL172.76º53.21%57.25%-
HSV(B)172.76º56.86%80%-
XYZ34.9148.9856.33-
YUV167.72140.5771.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.26%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=18.26%
G=42.32%
B=39.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal882041900.5700.070.2172.7653.2157.25
Hex58CCBE390714ad3539
Octal1303142767107242556571
Binary1011000110011001011111011100101111010010101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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