Html Css Color HEX #52F0BA Turquoise

📋 copy color: '#52F0BA'

red 82 ◦ green 240 ◦ blue 186

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

Shades of Turquoise #52F0BA

Tints of Turquoise #52F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

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

R = 16.14%
G = 47.24%
B = 36.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#52F0BA (or 0x52F0BA) is known color: Turquoise. HEX triplet: 52, F0 and BA. RGB value is (82,240,186). Sum of RGB (Red+Green+Blue) = 82+240+186=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0BA is #AD0F45. Grayscale: #BABABA. Windows color (decimal): -11341638 or 12251218. OLE color: 12251218.

HSL color Cylindrical-coordinate representation of color #52F0BA: hue angle of 159.49º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0BA is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 186 -
CMYK 0.66 0 0.22 0.06
HSL 159.49º 0.84% 0.63% -
HSV(B) 159.49º 0.66% 0.94% -
XYZ 43.5 67.66 57.22 -
YUV 186.6 127.65 53.39 -
System Red Green Blue C M Y K H S L
Decimal 82 240 186 0.66 0 0.22 0.06 159.49 0.84 0.63
Hex 52 F0 BA 42 0 16 6 9F 54 3F
Octal 122 360 272 102 0 26 6 237 124 77
Binary 1010010 11110000 10111010 1000010 0 10110 110 10011111 1010100 111111

Color Harmonies of #52F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F0BA

Black with #52F0BA

Text Example


Text Example

White with #52F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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