#58C8BB

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

Shades of Medium Turquoise #58C8BB

Tints of Medium Turquoise #58C8BB

Color information

#58C8BB (or 0x58C8BB) is unknown color: approx Medium Turquoise. HEX triplet: 58, C8 and BB. RGB value is (88,200,187). Sum of RGB (Red+Green+Blue) = 88+200+187=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #58C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C8BB is #A73744. Grayscale: #A4A4A4. Windows color (decimal): -10958661 or 12306520. OLE color: 12306520.

HSL color Cylindrical-coordinate representation of color #58C8BB: hue angle of 173.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C8BB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB88200187-
CMYK0.5600.060.22
HSL173.04º50.45%56.47%-
HSV(B)173.04º56%78.43%-
XYZ33.6546.9754.31-
YUV165.03140.3973.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.53%
GREEN value IS 200 (78.52% from 255) = 42.11%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=18.53%
G=42.11%
B=39.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal882001870.5600.060.22173.0450.4556.47
Hex58C8BB380616ad3238
Octal1303102737006262556270
Binary1011000110010001011101111100001101011010101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,200,187); }

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

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

 a { background-color: rgb(88,200,187); }

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

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

 span { border-color: rgb(88,200,187); }

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