#52D2FB

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

Shades of Turquoise Blue #52D2FB

Tints of Turquoise Blue #52D2FB

Color information

#52D2FB (or 0x52D2FB) is unknown color: approx Turquoise Blue. HEX triplet: 52, D2 and FB. RGB value is (82,210,251). Sum of RGB (Red+Green+Blue) = 82+210+251=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #52D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D2FB is #AD2D04. Grayscale: #B0B0B0. Windows color (decimal): -11349253 or 16503378. OLE color: 16503378.

HSL color Cylindrical-coordinate representation of color #52D2FB: hue angle of 194.56º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D2FB is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82210251-
CMYK0.670.1600.02
HSL194.56º95.48%65.29%-
HSV(B)194.56º67.33%98.43%-
XYZ43.9454.8599.54-
YUV176.4170.0960.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.10%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=15.10%
G=38.67%
B=46.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822102510.670.1600.02194.5695.4865.29
Hex52D2FB431002c35f41
Octal1223223731032002303137101
Binary101001011010010111110111000011100000101100001110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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