Html Css Color HEX #58D8D6 Medium Turquoise

📋 copy color: '#58D8D6'

red 88 ◦ green 216 ◦ blue 214

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

Shades of Medium Turquoise #58D8D6

Tints of Medium Turquoise #58D8D6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 16.99%
G = 41.7%
B = 41.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#58D8D6 (or 0x58D8D6) is known color: Medium Turquoise. HEX triplet: 58, D8 and D6. RGB value is (88,216,214). Sum of RGB (Red+Green+Blue) = 88+216+214=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8D6 is #A72729. Grayscale: #B1B1B1. Windows color (decimal): -10954538 or 14080088. OLE color: 14080088.

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

Color convert

RGB 88 216 214 -
CMYK 0.59 0 0.01 0.15
HSL 179.06º 0.62% 0.6% -
HSV(B) 179.06º 0.59% 0.85% -
XYZ 40.72 56.04 72.29 -
YUV 177.5 148.59 64.16 -
System Red Green Blue C M Y K H S L
Decimal 88 216 214 0.59 0 0.01 0.15 179.06 0.62 0.6
Hex 58 D8 D6 3B 0 1 F B3 3E 3C
Octal 130 330 326 73 0 1 17 263 76 74
Binary 1011000 11011000 11010110 111011 0 1 1111 10110011 111110 111100

Color Harmonies of #58D8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D8D6

Black with #58D8D6

Text Example


Text Example

White with #58D8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,216,214); }

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

background-color css

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

 a { background-color: rgb(88,216,214); }

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

border-color css

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

 span { border-color: rgb(88,216,214); }

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