Html Css Color HEX #58DAC5 Medium Turquoise

📋 copy color: '#58DAC5'

red 88 ◦ green 218 ◦ blue 197

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

Shades of Medium Turquoise #58DAC5

Tints of Medium Turquoise #58DAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

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

R = 17.5%
G = 43.34%
B = 39.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#58DAC5 (or 0x58DAC5) is known color: Medium Turquoise. HEX triplet: 58, DA and C5. RGB value is (88,218,197). Sum of RGB (Red+Green+Blue) = 88+218+197=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DAC5 is #A7253A. Grayscale: #B0B0B0. Windows color (decimal): -10954043 or 12966488. OLE color: 12966488.

HSL color Cylindrical-coordinate representation of color #58DAC5: hue angle of 170.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DAC5 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 218 197 -
CMYK 0.60 0 0.10 0.15
HSL 170.31º 0.64% 0.6% -
HSV(B) 170.31º 0.6% 0.85% -
XYZ 39.17 56.25 61.62 -
YUV 176.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 88 218 197 0.60 0 0.10 0.15 170.31 0.64 0.6
Hex 58 DA C5 3C 0 A F AA 40 3C
Octal 130 332 305 74 0 12 17 252 100 74
Binary 1011000 11011010 11000101 111100 0 1010 1111 10101010 1000000 111100

Color Harmonies of #58DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAC5

Black with #58DAC5

Text Example


Text Example

White with #58DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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