#58D0D8

Color #58D0D8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #58D0D8

Tints of Medium Turquoise #58D0D8

Color information

#58D0D8 (or 0x58D0D8) is unknown color: approx Medium Turquoise. HEX triplet: 58, D0 and D8. RGB value is (88,208,216). Sum of RGB (Red+Green+Blue) = 88+208+216=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #58D0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D0D8 is #A72F27. Grayscale: #ACACAC. Windows color (decimal): -10956584 or 14209112. OLE color: 14209112.

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

Color convert

RGB88208216-
CMYK0.590.0400.15
HSL183.75º62.14%59.61%-
HSV(B)183.75º59.26%84.71%-
XYZ38.9852.1472.98-
YUV173.03152.2467.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.19%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=17.19%
G=40.62%
B=42.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal882082160.590.0400.15183.7562.1459.61
Hex58D0D83B40Fb83e3c
Octal1303203307340172707674
Binary101100011010000110110001110111000111110111000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58D0D8;
 }
 .AnyTagClassName
 {
   color: #58D0D8;
 }
</style>
background-color css

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

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

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

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

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

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