#55CED8

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

Shades of Medium Turquoise #55CED8

Tints of Medium Turquoise #55CED8

Color information

#55CED8 (or 0x55CED8) is unknown color: approx Medium Turquoise. HEX triplet: 55, CE and D8. RGB value is (85,206,216). Sum of RGB (Red+Green+Blue) = 85+206+216=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #55CED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CED8 is #AA3127. Grayscale: #AAAAAA. Windows color (decimal): -11153704 or 14208597. OLE color: 14208597.

HSL color Cylindrical-coordinate representation of color #55CED8: hue angle of 184.58º degrees, saturation: 0.63, 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 #55CED8 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85206216-
CMYK0.610.0500.15
HSL184.58º62.68%59.02%-
HSV(B)184.58º60.65%84.71%-
XYZ38.2151.0372.8-
YUV170.96153.4166.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.77%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=16.77%
G=40.63%
B=42.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852062160.610.0500.15184.5862.6859.02
Hex55CED83D50Fb93f3b
Octal1253163307550172717773
Binary101010111001110110110001111011010111110111001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,206,216); }

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

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

 a { background-color: rgb(85,206,216); }

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

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

 span { border-color: rgb(85,206,216); }

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