#52D7F7

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

Shades of Turquoise Blue #52D7F7

Tints of Turquoise Blue #52D7F7

Color information

#52D7F7 (or 0x52D7F7) is unknown color: approx Turquoise Blue. HEX triplet: 52, D7 and F7. RGB value is (82,215,247). Sum of RGB (Red+Green+Blue) = 82+215+247=544 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.07% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #52D7F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D7F7 is #AD2808. Grayscale: #B2B2B2. Windows color (decimal): -11347977 or 16242514. OLE color: 16242514.

HSL color Cylindrical-coordinate representation of color #52D7F7: hue angle of 191.64º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D7F7 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB82215247-
CMYK0.670.1300.03
HSL191.64º91.16%64.51%-
HSV(B)191.64º66.8%96.86%-
XYZ44.5757.1196.67-
YUV178.88166.4458.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.07%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 247 (96.88% from 255) = 45.40%
R=15.07%
G=39.52%
B=45.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822152470.670.1300.03191.6491.1664.51
Hex52D7F743D03c05b41
Octal1223273671031503300133101
Binary10100101101011111110111100001111010111100000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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