#55CDF1

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

Shades of Turquoise Blue #55CDF1

Tints of Turquoise Blue #55CDF1

Color information

#55CDF1 (or 0x55CDF1) is unknown color: approx Turquoise Blue. HEX triplet: 55, CD and F1. RGB value is (85,205,241). Sum of RGB (Red+Green+Blue) = 85+205+241=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #55CDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CDF1 is #AA320E. Grayscale: #ACACAC. Windows color (decimal): -11153935 or 15846741. OLE color: 15846741.

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

Color convert

RGB85205241-
CMYK0.650.1500.05
HSL193.85º84.78%63.92%-
HSV(B)193.85º64.73%94.51%-
XYZ41.4551.9491.06-
YUV173.22166.2465.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.01%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=16.01%
G=38.61%
B=45.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852052410.650.1500.05193.8584.7863.92
Hex55CDF141F05c25540
Octal1253153611011705302125100
Binary101010111001101111100011000001111101011100001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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