#52D6F5

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

Shades of Turquoise Blue #52D6F5

Tints of Turquoise Blue #52D6F5

Color information

#52D6F5 (or 0x52D6F5) is unknown color: approx Turquoise Blue. HEX triplet: 52, D6 and F5. RGB value is (82,214,245). Sum of RGB (Red+Green+Blue) = 82+214+245=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #52D6F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D6F5 is #AD290A. Grayscale: #B1B1B1. Windows color (decimal): -11348235 or 16111186. OLE color: 16111186.

HSL color Cylindrical-coordinate representation of color #52D6F5: hue angle of 191.41º 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 #52D6F5 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82214245-
CMYK0.670.1300.04
HSL191.41º89.07%64.12%-
HSV(B)191.41º66.53%96.08%-
XYZ44.0156.4894.97-
YUV178.07165.7759.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.16%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 245 (96.09% from 255) = 45.29%
R=15.16%
G=39.56%
B=45.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822142450.670.1300.04191.4189.0764.12
Hex52D6F543D04bf5940
Octal1223263651031504277131100
Binary101001011010110111101011000011110101001011111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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