Html Css Color HEX #52FEBA Turquoise

📋 copy color: '#52FEBA'

red 82 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #52FEBA

Tints of Turquoise #52FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.66%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 15.71%
G = 48.66%
B = 35.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#52FEBA (or 0x52FEBA) is known color: Turquoise. HEX triplet: 52, FE and BA. RGB value is (82,254,186). Sum of RGB (Red+Green+Blue) = 82+254+186=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FEBA is #AD0145. Grayscale: #C2C2C2. Windows color (decimal): -11338054 or 12254802. OLE color: 12254802.

HSL color Cylindrical-coordinate representation of color #52FEBA: hue angle of 156.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEBA is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 254 186 -
CMYK 0.68 0 0.27 0.00
HSL 156.28º 0.99% 0.66% -
HSV(B) 156.28º 0.68% 1% -
XYZ 47.78 76.22 58.65 -
YUV 194.82 123.02 47.53 -
System Red Green Blue C M Y K H S L
Decimal 82 254 186 0.68 0 0.27 0.00 156.28 0.99 0.66
Hex 52 FE BA 44 0 1B 0 9C 63 42
Octal 122 376 272 104 0 33 0 234 143 102
Binary 1010010 11111110 10111010 1000100 0 11011 0 10011100 1100011 1000010

Color Harmonies of #52FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FEBA

Black with #52FEBA

Text Example


Text Example

White with #52FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,254,186); }

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

background-color css

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

 a { background-color: rgb(82,254,186); }

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

border-color css

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

 span { border-color: rgb(82,254,186); }

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