#52D4FB

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

Shades of Turquoise Blue #52D4FB

Tints of Turquoise Blue #52D4FB

Color information

#52D4FB (or 0x52D4FB) is unknown color: approx Turquoise Blue. HEX triplet: 52, D4 and FB. RGB value is (82,212,251). Sum of RGB (Red+Green+Blue) = 82+212+251=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #52D4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D4FB is #AD2B04. Grayscale: #B1B1B1. Windows color (decimal): -11348741 or 16503890. OLE color: 16503890.

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

Color convert

RGB82212251-
CMYK0.670.1600.02
HSL193.85º95.48%65.29%-
HSV(B)193.85º67.33%98.43%-
XYZ44.4455.8599.7-
YUV177.58169.4359.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.05%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=15.05%
G=38.90%
B=46.06%

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
Decimal822122510.670.1600.02193.8595.4865.29
Hex52D4FB431002c25f41
Octal1223243731032002302137101
Binary101001011010100111110111000011100000101100001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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