#52D2F0

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

Shades of Turquoise Blue #52D2F0

Tints of Turquoise Blue #52D2F0

Color information

#52D2F0 (or 0x52D2F0) is unknown color: approx Turquoise Blue. HEX triplet: 52, D2 and F0. RGB value is (82,210,240). Sum of RGB (Red+Green+Blue) = 82+210+240=532 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.41% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #52D2F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D2F0 is #AD2D0F. Grayscale: #AEAEAE. Windows color (decimal): -11349264 or 15782482. OLE color: 15782482.

HSL color Cylindrical-coordinate representation of color #52D2F0: hue angle of 191.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D2F0 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82210240-
CMYK0.660.1200.06
HSL191.39º84.04%63.14%-
HSV(B)191.39º65.83%94.12%-
XYZ42.2554.1890.67-
YUV175.15164.5961.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.41%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=15.41%
G=39.47%
B=45.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822102400.660.1200.06191.3984.0463.14
Hex52D2F042C06bf543f
Octal122322360102140627712477
Binary10100101101001011110000100001011000110101111111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,210,240); }

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

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

 a { background-color: rgb(82,210,240); }

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

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

 span { border-color: rgb(82,210,240); }

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