#52DFFB

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

Shades of Turquoise Blue #52DFFB

Tints of Turquoise Blue #52DFFB

Color information

#52DFFB (or 0x52DFFB) is unknown color: approx Turquoise Blue. HEX triplet: 52, DF and FB. RGB value is (82,223,251). Sum of RGB (Red+Green+Blue) = 82+223+251=556 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.75% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #52DFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DFFB is #AD2004. Grayscale: #B7B7B7. Windows color (decimal): -11345925 or 16506706. OLE color: 16506706.

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

Color convert

RGB82223251-
CMYK0.670.1100.02
HSL189.94º95.48%65.29%-
HSV(B)189.94º67.33%98.43%-
XYZ47.2861.53100.65-
YUV184.03165.7955.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.75%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=14.75%
G=40.11%
B=45.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822232510.670.1100.02189.9495.4865.29
Hex52DFFB43B02be5f41
Octal1223373731031302276137101
Binary10100101101111111111011100001110110101011111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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