#53DDEA

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

Shades of Turquoise Blue #53DDEA

Tints of Turquoise Blue #53DDEA

Color information

#53DDEA (or 0x53DDEA) is unknown color: approx Turquoise Blue. HEX triplet: 53, DD and EA. RGB value is (83,221,234). Sum of RGB (Red+Green+Blue) = 83+221+234=538 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.43% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #53DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DDEA is #AC2215. Grayscale: #B5B5B5. Windows color (decimal): -11280918 or 15392083. OLE color: 15392083.

HSL color Cylindrical-coordinate representation of color #53DDEA: hue angle of 185.17º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53DDEA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB83221234-
CMYK0.650.0600.08
HSL185.17º78.24%62.16%-
HSV(B)185.17º64.53%91.76%-
XYZ44.2859.4986.99-
YUV181.22157.7857.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.43%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=15.43%
G=41.08%
B=43.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832212340.650.0600.08185.1778.2462.16
Hex53DDEA41608b94e3e
Octal123335352101601027111676
Binary10100111101110111101010100000111001000101110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53DDEA; }

 p { color: rgb(83,221,234); }

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

<style>
 a { background-color: #53DDEA; }

 a { background-color: rgb(83,221,234); }

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

<style>
 span { border-color: #53DDEA; }

 span { border-color: rgb(83,221,234); }

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