#53D8F1

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

Shades of Turquoise Blue #53D8F1

Tints of Turquoise Blue #53D8F1

Color information

#53D8F1 (or 0x53D8F1) is unknown color: approx Turquoise Blue. HEX triplet: 53, D8 and F1. RGB value is (83,216,241). Sum of RGB (Red+Green+Blue) = 83+216+241=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #53D8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D8F1 is #AC270E. Grayscale: #B2B2B2. Windows color (decimal): -11282191 or 15849555. OLE color: 15849555.

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

Color convert

RGB83216241-
CMYK0.660.1000.05
HSL189.49º84.95%63.53%-
HSV(B)189.49º65.56%94.51%-
XYZ4457.391.96-
YUV179.08162.9459.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.37%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=15.37%
G=40%
B=44.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832162410.660.1000.05189.4984.9563.53
Hex53D8F142A05bd5540
Octal1233303611021205275125100
Binary101001111011000111100011000010101001011011110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,216,241); }

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

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

 a { background-color: rgb(83,216,241); }

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

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

 span { border-color: rgb(83,216,241); }

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