#52E7DA

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

Shades of Turquoise #52E7DA

Tints of Turquoise #52E7DA

Color information

#52E7DA (or 0x52E7DA) is unknown color: approx Turquoise. HEX triplet: 52, E7 and DA. RGB value is (82,231,218). Sum of RGB (Red+Green+Blue) = 82+231+218=531 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.44% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #52E7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E7DA is #AD1825. Grayscale: #B8B8B8. Windows color (decimal): -11343910 or 14346066. OLE color: 14346066.

HSL color Cylindrical-coordinate representation of color #52E7DA: hue angle of 174.77º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E7DA is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB82231218-
CMYK0.6500.060.09
HSL174.77º75.63%61.37%-
HSV(B)174.77º64.5%90.59%-
XYZ44.7164.0176.33-
YUV184.97146.6454.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.44%
GREEN value IS 231 (90.62% from 255) = 43.50%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=15.44%
G=43.50%
B=41.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822312180.6500.060.09174.7775.6361.37
Hex52E7DA41069af4c3d
Octal122347332101061125711475
Binary10100101110011111011010100000101101001101011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,231,218); }

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

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

 a { background-color: rgb(82,231,218); }

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

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

 span { border-color: rgb(82,231,218); }

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