#55CDD8

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

Shades of Medium Turquoise #55CDD8

Tints of Medium Turquoise #55CDD8

Color information

#55CDD8 (or 0x55CDD8) is unknown color: approx Medium Turquoise. HEX triplet: 55, CD and D8. RGB value is (85,205,216). Sum of RGB (Red+Green+Blue) = 85+205+216=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #55CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDD8 is #AA3227. Grayscale: #AAAAAA. Windows color (decimal): -11153960 or 14208341. OLE color: 14208341.

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

Color convert

RGB85205216-
CMYK0.610.0500.15
HSL185.04º62.68%59.02%-
HSV(B)185.04º60.65%84.71%-
XYZ37.9750.5572.72-
YUV170.37153.7467.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.80%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=16.80%
G=40.51%
B=42.69%

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
Decimal852052160.610.0500.15185.0462.6859.02
Hex55CDD83D50Fb93f3b
Octal1253153307550172717773
Binary101010111001101110110001111011010111110111001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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