#58D0CF

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

Shades of Medium Turquoise #58D0CF

Tints of Medium Turquoise #58D0CF

Color information

#58D0CF (or 0x58D0CF) is unknown color: approx Medium Turquoise. HEX triplet: 58, D0 and CF. RGB value is (88,208,207). Sum of RGB (Red+Green+Blue) = 88+208+207=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #58D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D0CF is #A72F30. Grayscale: #ABABAB. Windows color (decimal): -10956593 or 13619288. OLE color: 13619288.

HSL color Cylindrical-coordinate representation of color #58D0CF: hue angle of 179.5º degrees, saturation: 0.56, 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 #58D0CF is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB88208207-
CMYK0.5800.000.18
HSL179.5º56.07%58.04%-
HSV(B)179.5º57.69%81.57%-
XYZ37.8451.6967.01-
YUV172.01147.7468.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.50%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=17.50%
G=41.35%
B=41.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal882082070.5800.000.18179.556.0758.04
Hex58D0CF3A0012b4383a
Octal1303203177200222647072
Binary10110001101000011001111111010001001010110100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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