#53CDE6

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

Shades of Turquoise Blue #53CDE6

Tints of Turquoise Blue #53CDE6

Color information

#53CDE6 (or 0x53CDE6) is unknown color: approx Turquoise Blue. HEX triplet: 53, CD and E6. RGB value is (83,205,230). Sum of RGB (Red+Green+Blue) = 83+205+230=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #53CDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CDE6 is #AC3219. Grayscale: #ABABAB. Windows color (decimal): -11285018 or 15125843. OLE color: 15125843.

HSL color Cylindrical-coordinate representation of color #53CDE6: hue angle of 190.2º degrees, saturation: 0.75, 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 #53CDE6 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83205230-
CMYK0.640.1100.10
HSL190.2º74.62%61.37%-
HSV(B)190.2º63.91%90.2%-
XYZ39.6851.2182.66-
YUV171.37161.0864.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.02%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 230 (90.23% from 255) = 44.40%
R=16.02%
G=39.58%
B=44.40%

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
Decimal832052300.640.1100.10190.274.6261.37
Hex53CDE640B0Abe4b3d
Octal1233153461001301227611375
Binary101001111001101111001101000000101101010101111101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,205,230); }

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

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

 a { background-color: rgb(83,205,230); }

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

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

 span { border-color: rgb(83,205,230); }

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