Html Css Color HEX #58C2BF Medium Turquoise

📋 copy color: '#58C2BF'

red 88 ◦ green 194 ◦ blue 191

#58C2BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #58C2BF

Tints of Medium Turquoise #58C2BF

RGB

 RED value IS 88 (34.77% from 255) = 18.6%

 GREEN value IS 194 (76.17% from 255) = 41.01%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 18.6%
G = 41.01%
B = 40.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#58C2BF (or 0x58C2BF) is known color: Medium Turquoise. HEX triplet: 58, C2 and BF. RGB value is (88,194,191). Sum of RGB (Red+Green+Blue) = 88+194+191=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #58C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C2BF is #A73D40. Grayscale: #A1A1A1. Windows color (decimal): -10960193 or 12567128. OLE color: 12567128.

HSL color Cylindrical-coordinate representation of color #58C2BF: hue angle of 178.3º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C2BF is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 194 191 -
CMYK 0.55 0 0.02 0.24
HSL 178.3º 0.46% 0.55% -
HSV(B) 178.3º 0.55% 0.76% -
XYZ 32.72 44.42 56.14 -
YUV 161.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 88 194 191 0.55 0 0.02 0.24 178.3 0.46 0.55
Hex 58 C2 BF 37 0 2 18 B2 2E 37
Octal 130 302 277 67 0 2 30 262 56 67
Binary 1011000 11000010 10111111 110111 0 10 11000 10110010 101110 110111

Color Harmonies of #58C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C2BF

Black with #58C2BF

Text Example


Text Example

White with #58C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58C2BF;
 }
 .AnyTagClassName
 {
   color: #58C2BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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