#52D7FD

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

Shades of Turquoise Blue #52D7FD

Tints of Turquoise Blue #52D7FD

Color information

#52D7FD (or 0x52D7FD) is unknown color: approx Turquoise Blue. HEX triplet: 52, D7 and FD. RGB value is (82,215,253). Sum of RGB (Red+Green+Blue) = 82+215+253=550 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.91% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #52D7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D7FD is #AD2802. Grayscale: #B3B3B3. Windows color (decimal): -11347971 or 16635730. OLE color: 16635730.

HSL color Cylindrical-coordinate representation of color #52D7FD: hue angle of 193.33º 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 #52D7FD is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82215253-
CMYK0.680.1500.01
HSL193.33º97.71%65.69%-
HSV(B)193.33º67.59%99.22%-
XYZ45.5157.49101.63-
YUV179.57169.4458.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.91%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 253 (99.22% from 255) = 46%
R=14.91%
G=39.09%
B=46%

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
Decimal822152530.680.1500.01193.3397.7165.69
Hex52D7FD44F01c16242
Octal1223273751041701301142102
Binary1010010110101111111110110001001111011100000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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