Html Css Color HEX #58D2D1 Medium Turquoise

📋 copy color: '#58D2D1'

red 88 ◦ green 210 ◦ blue 209

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

Shades of Medium Turquoise #58D2D1

Tints of Medium Turquoise #58D2D1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 17.36%
G = 41.42%
B = 41.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#58D2D1 (or 0x58D2D1) is known color: Medium Turquoise. HEX triplet: 58, D2 and D1. RGB value is (88,210,209). Sum of RGB (Red+Green+Blue) = 88+210+209=507 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.36% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #58D2D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D2D1 is #A72D2E. Grayscale: #ADADAD. Windows color (decimal): -10956079 or 13750872. OLE color: 13750872.

HSL color Cylindrical-coordinate representation of color #58D2D1: hue angle of 179.51º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D2D1 is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 210 209 -
CMYK 0.58 0 0.00 0.18
HSL 179.51º 0.58% 0.58% -
HSV(B) 179.51º 0.58% 0.82% -
XYZ 38.58 52.77 68.47 -
YUV 173.41 148.08 67.08 -
System Red Green Blue C M Y K H S L
Decimal 88 210 209 0.58 0 0.00 0.18 179.51 0.58 0.58
Hex 58 D2 D1 3A 0 0 12 B4 3A 3A
Octal 130 322 321 72 0 0 22 264 72 72
Binary 1011000 11010010 11010001 111010 0 0 10010 10110100 111010 111010

Color Harmonies of #58D2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2D1

Black with #58D2D1

Text Example


Text Example

White with #58D2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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