#55C8DA

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

Shades of Medium Turquoise #55C8DA

Tints of Medium Turquoise #55C8DA

Color information

#55C8DA (or 0x55C8DA) is unknown color: approx Medium Turquoise. HEX triplet: 55, C8 and DA. RGB value is (85,200,218). Sum of RGB (Red+Green+Blue) = 85+200+218=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #55C8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8DA is #AA3725. Grayscale: #A7A7A7. Windows color (decimal): -11155238 or 14338133. OLE color: 14338133.

HSL color Cylindrical-coordinate representation of color #55C8DA: hue angle of 188.12º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C8DA is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85200218-
CMYK0.610.0800.15
HSL188.12º64.25%59.41%-
HSV(B)188.12º61.01%85.49%-
XYZ37.0648.373.7-
YUV167.67156.469.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.90%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=16.90%
G=39.76%
B=43.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852002180.610.0800.15188.1264.2559.41
Hex55C8DA3D80Fbc403b
Octal125310332751001727410073
Binary10101011100100011011010111101100001111101111001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C8DA; }

 p { color: rgb(85,200,218); }

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

<style>
 a { background-color: #55C8DA; }

 a { background-color: rgb(85,200,218); }

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

<style>
 span { border-color: #55C8DA; }

 span { border-color: rgb(85,200,218); }

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