#52D6F1

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

Shades of Turquoise Blue #52D6F1

Tints of Turquoise Blue #52D6F1

Color information

#52D6F1 (or 0x52D6F1) is unknown color: approx Turquoise Blue. HEX triplet: 52, D6 and F1. RGB value is (82,214,241). Sum of RGB (Red+Green+Blue) = 82+214+241=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #52D6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D6F1 is #AD290E. Grayscale: #B1B1B1. Windows color (decimal): -11348239 or 15849042. OLE color: 15849042.

HSL color Cylindrical-coordinate representation of color #52D6F1: hue angle of 190.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D6F1 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82214241-
CMYK0.660.1100.05
HSL190.19º85.03%63.33%-
HSV(B)190.19º65.98%94.51%-
XYZ43.456.2491.79-
YUV177.61163.7759.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.27%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=15.27%
G=39.85%
B=44.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822142410.660.1100.05190.1985.0363.33
Hex52D6F142B05be553f
Octal122326361102130527612577
Binary10100101101011011110001100001010110101101111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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