#58CDBE

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

Shades of Medium Turquoise #58CDBE

Tints of Medium Turquoise #58CDBE

Color information

#58CDBE (or 0x58CDBE) is unknown color: approx Medium Turquoise. HEX triplet: 58, CD and BE. RGB value is (88,205,190). Sum of RGB (Red+Green+Blue) = 88+205+190=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDBE is #A73241. Grayscale: #A8A8A8. Windows color (decimal): -10957378 or 12504408. OLE color: 12504408.

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

Color convert

RGB88205190-
CMYK0.5700.070.20
HSL172.31º53.92%57.45%-
HSV(B)172.31º57.07%80.39%-
XYZ35.1549.4656.41-
YUV168.31140.2470.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.22%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=18.22%
G=42.44%
B=39.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal882051900.5700.070.20172.3153.9257.45
Hex58CDBE390714ac3639
Octal1303152767107242546671
Binary1011000110011011011111011100101111010010101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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