Html Css Color HEX #58D7D1 Medium Turquoise

📋 copy color: '#58D7D1'

red 88 ◦ green 215 ◦ blue 209

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

Shades of Medium Turquoise #58D7D1

Tints of Medium Turquoise #58D7D1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 17.19%
G = 41.99%
B = 40.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#58D7D1 (or 0x58D7D1) is known color: Medium Turquoise. HEX triplet: 58, D7 and D1. RGB value is (88,215,209). Sum of RGB (Red+Green+Blue) = 88+215+209=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7D1 is #A7282E. Grayscale: #B0B0B0. Windows color (decimal): -10954799 or 13752152. OLE color: 13752152.

HSL color Cylindrical-coordinate representation of color #58D7D1: hue angle of 177.17º degrees, saturation: 0.61, 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 #58D7D1 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 215 209 -
CMYK 0.59 0 0.03 0.16
HSL 177.17º 0.61% 0.59% -
HSV(B) 177.17º 0.59% 0.84% -
XYZ 39.83 55.28 68.89 -
YUV 176.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 88 215 209 0.59 0 0.03 0.16 177.17 0.61 0.59
Hex 58 D7 D1 3B 0 3 10 B1 3D 3B
Octal 130 327 321 73 0 3 20 261 75 73
Binary 1011000 11010111 11010001 111011 0 11 10000 10110001 111101 111011

Color Harmonies of #58D7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D7D1

Black with #58D7D1

Text Example


Text Example

White with #58D7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,215,209); }

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

background-color css

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

 a { background-color: rgb(88,215,209); }

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

border-color css

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

 span { border-color: rgb(88,215,209); }

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