Html Css Color HEX #52FCBA Turquoise

📋 copy color: '#52FCBA'

red 82 ◦ green 252 ◦ blue 186

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

Shades of Turquoise #52FCBA

Tints of Turquoise #52FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

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

R = 15.77%
G = 48.46%
B = 35.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#52FCBA (or 0x52FCBA) is known color: Turquoise. HEX triplet: 52, FC and BA. RGB value is (82,252,186). Sum of RGB (Red+Green+Blue) = 82+252+186=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCBA is #AD0345. Grayscale: #C1C1C1. Windows color (decimal): -11338566 or 12254290. OLE color: 12254290.

HSL color Cylindrical-coordinate representation of color #52FCBA: hue angle of 156.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCBA is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 186 -
CMYK 0.67 0 0.26 0.01
HSL 156.71º 0.97% 0.65% -
HSV(B) 156.71º 0.67% 0.99% -
XYZ 47.15 74.96 58.44 -
YUV 193.65 123.68 48.37 -
System Red Green Blue C M Y K H S L
Decimal 82 252 186 0.67 0 0.26 0.01 156.71 0.97 0.65
Hex 52 FC BA 43 0 1A 1 9D 61 41
Octal 122 374 272 103 0 32 1 235 141 101
Binary 1010010 11111100 10111010 1000011 0 11010 1 10011101 1100001 1000001

Color Harmonies of #52FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCBA

Black with #52FCBA

Text Example


Text Example

White with #52FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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