Html Css Color HEX #58D6D0 Medium Turquoise

📋 copy color: '#58D6D0'

red 88 ◦ green 214 ◦ blue 208

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

Shades of Medium Turquoise #58D6D0

Tints of Medium Turquoise #58D6D0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 17.25%
G = 41.96%
B = 40.78%

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

#58D6D0 (or 0x58D6D0) is known color: Medium Turquoise. HEX triplet: 58, D6 and D0. RGB value is (88,214,208). Sum of RGB (Red+Green+Blue) = 88+214+208=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #58D6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6D0 is #A7292F. Grayscale: #AFAFAF. Windows color (decimal): -10955056 or 13686360. OLE color: 13686360.

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

Color convert

RGB 88 214 208 -
CMYK 0.59 0 0.03 0.16
HSL 177.14º 0.61% 0.59% -
HSV(B) 177.14º 0.59% 0.84% -
XYZ 39.46 54.72 68.16 -
YUV 175.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 88 214 208 0.59 0 0.03 0.16 177.14 0.61 0.59
Hex 58 D6 D0 3B 0 3 10 B1 3D 3B
Octal 130 326 320 73 0 3 20 261 75 73
Binary 1011000 11010110 11010000 111011 0 11 10000 10110001 111101 111011

Color Harmonies of #58D6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D6D0

Black with #58D6D0

Text Example


Text Example

White with #58D6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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