Html Css Color HEX #58D5C9 Medium Turquoise

📋 copy color: '#58D5C9'

red 88 ◦ green 213 ◦ blue 201

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

Shades of Medium Turquoise #58D5C9

Tints of Medium Turquoise #58D5C9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 17.53%
G = 42.43%
B = 40.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#58D5C9 (or 0x58D5C9) is known color: Medium Turquoise. HEX triplet: 58, D5 and C9. RGB value is (88,213,201). Sum of RGB (Red+Green+Blue) = 88+213+201=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #58D5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D5C9 is #A72A36. Grayscale: #AEAEAE. Windows color (decimal): -10955319 or 13227352. OLE color: 13227352.

HSL color Cylindrical-coordinate representation of color #58D5C9: hue angle of 174.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D5C9 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 213 201 -
CMYK 0.59 0 0.06 0.16
HSL 174.24º 0.6% 0.59% -
HSV(B) 174.24º 0.59% 0.84% -
XYZ 38.36 53.88 63.64 -
YUV 174.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 88 213 201 0.59 0 0.06 0.16 174.24 0.6 0.59
Hex 58 D5 C9 3B 0 6 10 AE 3C 3B
Octal 130 325 311 73 0 6 20 256 74 73
Binary 1011000 11010101 11001001 111011 0 110 10000 10101110 111100 111011

Color Harmonies of #58D5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D5C9

Black with #58D5C9

Text Example


Text Example

White with #58D5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,213,201); }

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

background-color css

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

 a { background-color: rgb(88,213,201); }

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

border-color css

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

 span { border-color: rgb(88,213,201); }

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