Html Css Color HEX #52E8C3 Turquoise

📋 copy color: '#52E8C3'

red 82 ◦ green 232 ◦ blue 195

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

Shades of Turquoise #52E8C3

Tints of Turquoise #52E8C3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 16.11%
G = 45.58%
B = 38.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#52E8C3 (or 0x52E8C3) is known color: Turquoise. HEX triplet: 52, E8 and C3. RGB value is (82,232,195). Sum of RGB (Red+Green+Blue) = 82+232+195=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8C3 is #AD173C. Grayscale: #B6B6B6. Windows color (decimal): -11343677 or 12838994. OLE color: 12838994.

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

Color convert

RGB 82 232 195 -
CMYK 0.65 0 0.16 0.09
HSL 165.2º 0.77% 0.62% -
HSV(B) 165.2º 0.65% 0.91% -
XYZ 42.19 63.45 61.65 -
YUV 182.93 134.81 56.01 -
System Red Green Blue C M Y K H S L
Decimal 82 232 195 0.65 0 0.16 0.09 165.2 0.77 0.62
Hex 52 E8 C3 41 0 10 9 A5 4D 3E
Octal 122 350 303 101 0 20 11 245 115 76
Binary 1010010 11101000 11000011 1000001 0 10000 1001 10100101 1001101 111110

Color Harmonies of #52E8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E8C3

Black with #52E8C3

Text Example


Text Example

White with #52E8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,232,195); }

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

background-color css

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

 a { background-color: rgb(82,232,195); }

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

border-color css

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

 span { border-color: rgb(82,232,195); }

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