#52DBFB

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

Shades of Turquoise Blue #52DBFB

Tints of Turquoise Blue #52DBFB

Color information

#52DBFB (or 0x52DBFB) is unknown color: approx Turquoise Blue. HEX triplet: 52, DB and FB. RGB value is (82,219,251). Sum of RGB (Red+Green+Blue) = 82+219+251=552 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.86% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #52DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBFB is #AD2404. Grayscale: #B5B5B5. Windows color (decimal): -11346949 or 16505682. OLE color: 16505682.

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

Color convert

RGB82219251-
CMYK0.670.1300.02
HSL191.36º95.48%65.29%-
HSV(B)191.36º67.33%98.43%-
XYZ46.2259.42100.3-
YUV181.68167.1156.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.86%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=14.86%
G=39.67%
B=45.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822192510.670.1300.02191.3695.4865.29
Hex52DBFB43D02bf5f41
Octal1223333731031502277137101
Binary10100101101101111111011100001111010101011111110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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