Html Css Color HEX #52E4E3 Turquoise

📋 copy color: '#52E4E3'

red 82 ◦ green 228 ◦ blue 227

#52E4E3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #52E4E3

Tints of Turquoise #52E4E3

RGB

 RED value IS 82 (32.42% from 255) = 15.27%

 GREEN value IS 228 (89.45% from 255) = 42.46%

 BLUE value IS 227 (89.06% from 255) = 42.27%

R = 15.27%
G = 42.46%
B = 42.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#52E4E3 (or 0x52E4E3) is known color: Turquoise. HEX triplet: 52, E4 and E3. RGB value is (82,228,227). Sum of RGB (Red+Green+Blue) = 82+228+227=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #52E4E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E4E3 is #AD1B1C. Grayscale: #B8B8B8. Windows color (decimal): -11344669 or 14935122. OLE color: 14935122.

HSL color Cylindrical-coordinate representation of color #52E4E3: hue angle of 179.59º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E4E3 is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 227 -
CMYK 0.64 0 0.00 0.11
HSL 179.59º 0.73% 0.61% -
HSV(B) 179.59º 0.64% 0.89% -
XYZ 45.09 62.83 82.42 -
YUV 184.23 152.13 55.08 -
System Red Green Blue C M Y K H S L
Decimal 82 228 227 0.64 0 0.00 0.11 179.59 0.73 0.61
Hex 52 E4 E3 40 0 0 B B4 49 3D
Octal 122 344 343 100 0 0 13 264 111 75
Binary 1010010 11100100 11100011 1000000 0 0 1011 10110100 1001001 111101

Color Harmonies of #52E4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E4E3

Black with #52E4E3

Text Example


Text Example

White with #52E4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,228,227); }

 H1.HeaderClassName
 {
   color: #52E4E3;
 }
 .AnyTagClassName
 {
   color: #52E4E3;
 }
</style>

background-color css

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

 a { background-color: rgb(82,228,227); }

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

border-color css

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

 span { border-color: rgb(82,228,227); }

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