Html Css Color HEX #52E5C1 Turquoise

📋 copy color: '#52E5C1'

red 82 ◦ green 229 ◦ blue 193

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

Shades of Turquoise #52E5C1

Tints of Turquoise #52E5C1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.44%

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 16.27%
G = 45.44%
B = 38.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#52E5C1 (or 0x52E5C1) is known color: Turquoise. HEX triplet: 52, E5 and C1. RGB value is (82,229,193). Sum of RGB (Red+Green+Blue) = 82+229+193=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #52E5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E5C1 is #AD1A3E. Grayscale: #B4B4B4. Windows color (decimal): -11344447 or 12707154. OLE color: 12707154.

HSL color Cylindrical-coordinate representation of color #52E5C1: hue angle of 165.31º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E5C1 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 229 193 -
CMYK 0.64 0 0.16 0.10
HSL 165.31º 0.74% 0.61% -
HSV(B) 165.31º 0.64% 0.9% -
XYZ 41.12 61.68 60.19 -
YUV 180.94 134.8 57.43 -
System Red Green Blue C M Y K H S L
Decimal 82 229 193 0.64 0 0.16 0.10 165.31 0.74 0.61
Hex 52 E5 C1 40 0 10 A A5 4A 3D
Octal 122 345 301 100 0 20 12 245 112 75
Binary 1010010 11100101 11000001 1000000 0 10000 1010 10100101 1001010 111101

Color Harmonies of #52E5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E5C1

Black with #52E5C1

Text Example


Text Example

White with #52E5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,229,193); }

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

background-color css

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

 a { background-color: rgb(82,229,193); }

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

border-color css

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

 span { border-color: rgb(82,229,193); }

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