#52FCC3

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

Shades of Turquoise #52FCC3

Tints of Turquoise #52FCC3

Color information

#52FCC3 (or 0x52FCC3) is unknown color: approx Turquoise. HEX triplet: 52, FC and C3. RGB value is (82,252,195). Sum of RGB (Red+Green+Blue) = 82+252+195=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCC3 is #AD033C. Grayscale: #C2C2C2. Windows color (decimal): -11338557 or 12844114. OLE color: 12844114.

HSL color Cylindrical-coordinate representation of color #52FCC3: hue angle of 159.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCC3 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB82252195-
CMYK0.6700.230.01
HSL159.88º96.59%65.49%-
HSV(B)159.88º67.46%98.82%-
XYZ48.1475.3563.64-
YUV194.67128.1847.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.50%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=15.50%
G=47.64%
B=36.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822521950.6700.230.01159.8896.5965.49
Hex52FCC3430171a06141
Octal1223743031030271240141101
Binary10100101111110011000011100001101011111010000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,252,195); }

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

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

 a { background-color: rgb(82,252,195); }

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

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

 span { border-color: rgb(82,252,195); }

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