#52DAE7

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

Shades of Turquoise Blue #52DAE7

Tints of Turquoise Blue #52DAE7

Color information

#52DAE7 (or 0x52DAE7) is unknown color: approx Turquoise Blue. HEX triplet: 52, DA and E7. RGB value is (82,218,231). Sum of RGB (Red+Green+Blue) = 82+218+231=531 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.44% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #52DAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DAE7 is #AD2518. Grayscale: #B2B2B2. Windows color (decimal): -11347225 or 15194706. OLE color: 15194706.

HSL color Cylindrical-coordinate representation of color #52DAE7: hue angle of 185.23º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DAE7 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB82218231-
CMYK0.650.0600.09
HSL185.23º75.63%61.37%-
HSV(B)185.23º64.5%90.59%-
XYZ42.9757.7184.47-
YUV178.82157.4458.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.44%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=15.44%
G=41.05%
B=43.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822182310.650.0600.09185.2375.6361.37
Hex52DAE741609b94c3d
Octal122332347101601127111475
Binary10100101101101011100111100000111001001101110011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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