#52DAF5

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

Shades of Turquoise Blue #52DAF5

Tints of Turquoise Blue #52DAF5

Color information

#52DAF5 (or 0x52DAF5) is unknown color: approx Turquoise Blue. HEX triplet: 52, DA and F5. RGB value is (82,218,245). Sum of RGB (Red+Green+Blue) = 82+218+245=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #52DAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DAF5 is #AD250A. Grayscale: #B4B4B4. Windows color (decimal): -11347211 or 16112210. OLE color: 16112210.

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

Color convert

RGB82218245-
CMYK0.670.1100.04
HSL189.94º89.07%64.12%-
HSV(B)189.94º66.53%96.08%-
XYZ45.0358.5395.31-
YUV180.41164.4457.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.05%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=15.05%
G=40%
B=44.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822182450.670.1100.04189.9489.0764.12
Hex52DAF543B04be5940
Octal1223323651031304276131100
Binary101001011011010111101011000011101101001011111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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