#52D6FD

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

Shades of Turquoise Blue #52D6FD

Tints of Turquoise Blue #52D6FD

Color information

#52D6FD (or 0x52D6FD) is unknown color: approx Turquoise Blue. HEX triplet: 52, D6 and FD. RGB value is (82,214,253). Sum of RGB (Red+Green+Blue) = 82+214+253=549 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.94% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #52D6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D6FD is #AD2902. Grayscale: #B2B2B2. Windows color (decimal): -11348227 or 16635474. OLE color: 16635474.

HSL color Cylindrical-coordinate representation of color #52D6FD: hue angle of 193.68º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52D6FD is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82214253-
CMYK0.680.1500.01
HSL193.68º97.71%65.69%-
HSV(B)193.68º67.59%99.22%-
XYZ45.2656.98101.54-
YUV178.98169.7758.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.94%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=14.94%
G=38.98%
B=46.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822142530.680.1500.01193.6897.7165.69
Hex52D6FD44F01c26242
Octal1223263751041701302142102
Binary1010010110101101111110110001001111011100001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,214,253); }

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

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

 a { background-color: rgb(82,214,253); }

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

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

 span { border-color: rgb(82,214,253); }

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