#52FFD3

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

Shades of Turquoise #52FFD3

Tints of Turquoise #52FFD3

Color information

#52FFD3 (or 0x52FFD3) is unknown color: approx Turquoise. HEX triplet: 52, FF and D3. RGB value is (82,255,211). Sum of RGB (Red+Green+Blue) = 82+255+211=548 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.96% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFD3 is #AD002C. Grayscale: #C6C6C6. Windows color (decimal): -11337773 or 13893458. OLE color: 13893458.

HSL color Cylindrical-coordinate representation of color #52FFD3: hue angle of 164.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFD3 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB82255211-
CMYK0.6800.170
HSL164.74º100%66.08%-
HSV(B)164.74º67.84%100%-
XYZ5178.0274-
YUV198.26135.1945.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.96%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 211 (82.81% from 255) = 38.50%
R=14.96%
G=46.53%
B=38.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal822552110.6800.170164.7410066.08
Hex52FFD3440110a56442
Octal1223773231040210245144102
Binary10100101111111111010011100010001000101010010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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