#55cde3

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

Shades of Turquoise Blue #55CDE3

Tints of Turquoise Blue #55CDE3

Color information

#55CDE3 (or 0x55CDE3) is unknown color: approx Turquoise Blue. HEX triplet: 55, CD and E3. RGB value is (85,205,227). Sum of RGB (Red+Green+Blue) = 85+205+227=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #55CDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDE3 is #AA321C. Grayscale: #ABABAB. Windows color (decimal): -11153949 or 14929237. OLE color: 14929237.

HSL color Cylindrical-coordinate representation of color #55CDE3: hue angle of 189.3º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55CDE3 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85205227-
CMYK0.630.1000.11
HSL189.3º71.72%61.18%-
HSV(B)189.3º62.56%89.02%-
XYZ39.4451.1480.47-
YUV171.63159.2466.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.44%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 227 (89.06% from 255) = 43.91%
R=16.44%
G=39.65%
B=43.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852052270.630.1000.11189.371.7261.18
Hex55CDE33FA0Bbd483d
Octal125315343771201327511075
Binary10101011100110111100011111111101001011101111011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55cde3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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