#53E5FD

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

Shades of Turquoise Blue #53E5FD

Tints of Turquoise Blue #53E5FD

Color information

#53E5FD (or 0x53E5FD) is unknown color: approx Turquoise Blue. HEX triplet: 53, E5 and FD. RGB value is (83,229,253). Sum of RGB (Red+Green+Blue) = 83+229+253=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #53E5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53E5FD is #AC1A02. Grayscale: #BBBBBB. Windows color (decimal): -11278851 or 16639315. OLE color: 16639315.

HSL color Cylindrical-coordinate representation of color #53E5FD: hue angle of 188.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53E5FD is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB83229253-
CMYK0.670.0900.01
HSL188.47º97.7%65.88%-
HSV(B)188.47º67.19%99.22%-
XYZ49.3264.97102.87-
YUV188.08164.6353.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.69%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=14.69%
G=40.53%
B=44.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832292530.670.0900.01188.4797.765.88
Hex53E5FD43901bc6242
Octal1233453751031101274142102
Binary1010011111001011111110110000111001011011110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,229,253); }

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

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

 a { background-color: rgb(83,229,253); }

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

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

 span { border-color: rgb(83,229,253); }

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