#53CCE5

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

Shades of Turquoise Blue #53CCE5

Tints of Turquoise Blue #53CCE5

Color information

#53CCE5 (or 0x53CCE5) is unknown color: approx Turquoise Blue. HEX triplet: 53, CC and E5. RGB value is (83,204,229). Sum of RGB (Red+Green+Blue) = 83+204+229=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #53CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCE5 is #AC331A. Grayscale: #AAAAAA. Windows color (decimal): -11285275 or 15060051. OLE color: 15060051.

HSL color Cylindrical-coordinate representation of color #53CCE5: hue angle of 190.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CCE5 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83204229-
CMYK0.640.1100.10
HSL190.27º73.74%61.18%-
HSV(B)190.27º63.76%89.8%-
XYZ39.350.6881.84-
YUV170.67160.9165.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.09%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 229 (89.84% from 255) = 44.38%
R=16.09%
G=39.53%
B=44.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal832042290.640.1100.10190.2773.7461.18
Hex53CCE540B0Abe4a3d
Octal1233143451001301227611275
Binary101001111001100111001011000000101101010101111101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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