Html Css Color HEX #58CDC5 Medium Turquoise

📋 copy color: '#58CDC5'

red 88 ◦ green 205 ◦ blue 197

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

Shades of Medium Turquoise #58CDC5

Tints of Medium Turquoise #58CDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

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

R = 17.96%
G = 41.84%
B = 40.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#58CDC5 (or 0x58CDC5) is known color: Medium Turquoise. HEX triplet: 58, CD and C5. RGB value is (88,205,197). Sum of RGB (Red+Green+Blue) = 88+205+197=490 (64% of max value = 765). Red value is 88 (34.77% from 255 or 17.96% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDC5 is #A7323A. Grayscale: #A9A9A9. Windows color (decimal): -10957371 or 12963160. OLE color: 12963160.

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

Color convert

RGB 88 205 197 -
CMYK 0.57 0 0.04 0.20
HSL 175.9º 0.54% 0.57% -
HSV(B) 175.9º 0.57% 0.8% -
XYZ 35.93 49.77 60.54 -
YUV 169.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 88 205 197 0.57 0 0.04 0.20 175.9 0.54 0.57
Hex 58 CD C5 39 0 4 14 B0 36 39
Octal 130 315 305 71 0 4 24 260 66 71
Binary 1011000 11001101 11000101 111001 0 100 10100 10110000 110110 111001

Color Harmonies of #58CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDC5

Black with #58CDC5

Text Example


Text Example

White with #58CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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