#52DAE3

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

Shades of Turquoise Blue #52DAE3

Tints of Turquoise Blue #52DAE3

Color information

#52DAE3 (or 0x52DAE3) is unknown color: approx Turquoise Blue. HEX triplet: 52, DA and E3. RGB value is (82,218,227). Sum of RGB (Red+Green+Blue) = 82+218+227=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #52DAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DAE3 is #AD251C. Grayscale: #B2B2B2. Windows color (decimal): -11347229 or 14932562. OLE color: 14932562.

HSL color Cylindrical-coordinate representation of color #52DAE3: hue angle of 183.72º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52DAE3 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB82218227-
CMYK0.640.0400.11
HSL183.72º72.14%60.59%-
HSV(B)183.72º63.88%89.02%-
XYZ42.4257.4881.53-
YUV178.36155.4459.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.56%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 227 (89.06% from 255) = 43.07%
R=15.56%
G=41.37%
B=43.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal822182270.640.0400.11183.7272.1460.59
Hex52DAE34040Bb8483d
Octal122332343100401327011075
Binary10100101101101011100011100000010001011101110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52DAE3; }

 p { color: rgb(82,218,227); }

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

<style>
 a { background-color: #52DAE3; }

 a { background-color: rgb(82,218,227); }

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

<style>
 span { border-color: #52DAE3; }

 span { border-color: rgb(82,218,227); }

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