#58CDDC

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

Shades of Medium Turquoise #58CDDC

Tints of Medium Turquoise #58CDDC

Color information

#58CDDC (or 0x58CDDC) is unknown color: approx Medium Turquoise. HEX triplet: 58, CD and DC. RGB value is (88,205,220). Sum of RGB (Red+Green+Blue) = 88+205+220=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #58CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDDC is #A73223. Grayscale: #ABABAB. Windows color (decimal): -10957348 or 14470488. OLE color: 14470488.

HSL color Cylindrical-coordinate representation of color #58CDDC: hue angle of 186.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CDDC is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB88205220-
CMYK0.60.0700.14
HSL186.82º65.35%60.39%-
HSV(B)186.82º60%86.27%-
XYZ38.7750.975.49-
YUV171.73155.2468.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.15%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=17.15%
G=39.96%
B=42.88%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882052200.60.0700.14186.8265.3560.39
Hex58CDDC3C70Ebb413c
Octal13031533474701627310174
Binary1011000110011011101110011110011101110101110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,205,220); }

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

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

 a { background-color: rgb(88,205,220); }

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

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

 span { border-color: rgb(88,205,220); }

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