#52EED1

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

Shades of Turquoise #52EED1

Tints of Turquoise #52EED1

Color information

#52EED1 (or 0x52EED1) is unknown color: approx Turquoise. HEX triplet: 52, EE and D1. RGB value is (82,238,209). Sum of RGB (Red+Green+Blue) = 82+238+209=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #52EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EED1 is #AD112E. Grayscale: #BCBCBC. Windows color (decimal): -11342127 or 13758034. OLE color: 13758034.

HSL color Cylindrical-coordinate representation of color #52EED1: hue angle of 168.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EED1 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB82238209-
CMYK0.6600.120.07
HSL168.85º82.11%62.75%-
HSV(B)168.85º65.55%93.33%-
XYZ45.5667.5570.96-
YUV188.05139.8252.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.50%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=15.50%
G=44.99%
B=39.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822382090.6600.120.07168.8582.1162.75
Hex52EED1420C7a9523f
Octal122356321102014725112277
Binary10100101110111011010001100001001100111101010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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