#53D6F3

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

Shades of Turquoise Blue #53D6F3

Tints of Turquoise Blue #53D6F3

Color information

#53D6F3 (or 0x53D6F3) is unknown color: approx Turquoise Blue. HEX triplet: 53, D6 and F3. RGB value is (83,214,243). Sum of RGB (Red+Green+Blue) = 83+214+243=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #53D6F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D6F3 is #AC290C. Grayscale: #B1B1B1. Windows color (decimal): -11282701 or 15980115. OLE color: 15980115.

HSL color Cylindrical-coordinate representation of color #53D6F3: hue angle of 190.88º degrees, saturation: 0.87, 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 #53D6F3 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83214243-
CMYK0.660.1200.05
HSL190.88º86.96%63.92%-
HSV(B)190.88º65.84%95.29%-
XYZ43.7956.493.37-
YUV178.14164.660.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.37%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 243 (95.31% from 255) = 45%
R=15.37%
G=39.63%
B=45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832142430.660.1200.05190.8886.9663.92
Hex53D6F342C05bf5740
Octal1233263631021405277127100
Binary101001111010110111100111000010110001011011111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,214,243); }

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

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

 a { background-color: rgb(83,214,243); }

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

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

 span { border-color: rgb(83,214,243); }

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