#52D3FB

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

Shades of Turquoise Blue #52D3FB

Tints of Turquoise Blue #52D3FB

Color information

#52D3FB (or 0x52D3FB) is unknown color: approx Turquoise Blue. HEX triplet: 52, D3 and FB. RGB value is (82,211,251). Sum of RGB (Red+Green+Blue) = 82+211+251=544 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.07% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #52D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D3FB is #AD2C04. Grayscale: #B0B0B0. Windows color (decimal): -11348997 or 16503634. OLE color: 16503634.

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

Color convert

RGB82211251-
CMYK0.670.1600.02
HSL194.2º95.48%65.29%-
HSV(B)194.2º67.33%98.43%-
XYZ44.1955.3599.62-
YUV176.99169.7660.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.07%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=15.07%
G=38.79%
B=46.14%

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
Decimal822112510.670.1600.02194.295.4865.29
Hex52D3FB431002c25f41
Octal1223233731032002302137101
Binary101001011010011111110111000011100000101100001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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