#52D1F3

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

Shades of Turquoise Blue #52D1F3

Tints of Turquoise Blue #52D1F3

Color information

#52D1F3 (or 0x52D1F3) is unknown color: approx Turquoise Blue. HEX triplet: 52, D1 and F3. RGB value is (82,209,243). Sum of RGB (Red+Green+Blue) = 82+209+243=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #52D1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D1F3 is #AD2E0C. Grayscale: #AEAEAE. Windows color (decimal): -11349517 or 15978834. OLE color: 15978834.

HSL color Cylindrical-coordinate representation of color #52D1F3: hue angle of 192.67º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D1F3 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82209243-
CMYK0.660.1400.05
HSL192.67º87.03%63.73%-
HSV(B)192.67º66.26%95.29%-
XYZ42.4653.8792.95-
YUV174.9166.4261.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.36%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 243 (95.31% from 255) = 45.51%
R=15.36%
G=39.14%
B=45.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822092430.660.1400.05192.6787.0363.73
Hex52D1F342E05c15740
Octal1223213631021605301127100
Binary101001011010001111100111000010111001011100000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,209,243); }

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

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

 a { background-color: rgb(82,209,243); }

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

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

 span { border-color: rgb(82,209,243); }

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