Html Css Color HEX #52E3D2 Turquoise

📋 copy color: '#52E3D2'

red 82 ◦ green 227 ◦ blue 210

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

Shades of Turquoise #52E3D2

Tints of Turquoise #52E3D2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.74%

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 15.8%
G = 43.74%
B = 40.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#52E3D2 (or 0x52E3D2) is known color: Turquoise. HEX triplet: 52, E3 and D2. RGB value is (82,227,210). Sum of RGB (Red+Green+Blue) = 82+227+210=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #52E3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E3D2 is #AD1C2D. Grayscale: #B5B5B5. Windows color (decimal): -11344942 or 13820754. OLE color: 13820754.

HSL color Cylindrical-coordinate representation of color #52E3D2: hue angle of 172.97º degrees, saturation: 0.72, 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 #52E3D2 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 210 -
CMYK 0.64 0 0.07 0.11
HSL 172.97º 0.72% 0.61% -
HSV(B) 172.97º 0.64% 0.89% -
XYZ 42.58 61.39 70.58 -
YUV 181.71 143.96 56.88 -
System Red Green Blue C M Y K H S L
Decimal 82 227 210 0.64 0 0.07 0.11 172.97 0.72 0.61
Hex 52 E3 D2 40 0 7 B AD 48 3D
Octal 122 343 322 100 0 7 13 255 110 75
Binary 1010010 11100011 11010010 1000000 0 111 1011 10101101 1001000 111101

Color Harmonies of #52E3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E3D2

Black with #52E3D2

Text Example


Text Example

White with #52E3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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