Html Css Color HEX #58E0C5 Medium Turquoise

📋 copy color: '#58E0C5'

red 88 ◦ green 224 ◦ blue 197

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

Shades of Medium Turquoise #58E0C5

Tints of Medium Turquoise #58E0C5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 17.29%
G = 44.01%
B = 38.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#58E0C5 (or 0x58E0C5) is known color: Medium Turquoise. HEX triplet: 58, E0 and C5. RGB value is (88,224,197). Sum of RGB (Red+Green+Blue) = 88+224+197=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #58E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E0C5 is #A71F3A. Grayscale: #B4B4B4. Windows color (decimal): -10952507 or 12968024. OLE color: 12968024.

HSL color Cylindrical-coordinate representation of color #58E0C5: hue angle of 168.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E0C5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 224 197 -
CMYK 0.61 0 0.12 0.12
HSL 168.09º 0.69% 0.61% -
HSV(B) 168.09º 0.61% 0.88% -
XYZ 40.76 59.42 62.14 -
YUV 180.26 137.44 62.2 -
System Red Green Blue C M Y K H S L
Decimal 88 224 197 0.61 0 0.12 0.12 168.09 0.69 0.61
Hex 58 E0 C5 3D 0 C C A8 45 3D
Octal 130 340 305 75 0 14 14 250 105 75
Binary 1011000 11100000 11000101 111101 0 1100 1100 10101000 1000101 111101

Color Harmonies of #58E0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E0C5

Black with #58E0C5

Text Example


Text Example

White with #58E0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,224,197); }

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

background-color css

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

 a { background-color: rgb(88,224,197); }

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

border-color css

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

 span { border-color: rgb(88,224,197); }

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