Html Css Color HEX #52F9BA Turquoise

📋 copy color: '#52F9BA'

red 82 ◦ green 249 ◦ blue 186

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

Shades of Turquoise #52F9BA

Tints of Turquoise #52F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.16%

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

R = 15.86%
G = 48.16%
B = 35.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#52F9BA (or 0x52F9BA) is known color: Turquoise. HEX triplet: 52, F9 and BA. RGB value is (82,249,186). Sum of RGB (Red+Green+Blue) = 82+249+186=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #52F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F9BA is #AD0645. Grayscale: #BFBFBF. Windows color (decimal): -11339334 or 12253522. OLE color: 12253522.

HSL color Cylindrical-coordinate representation of color #52F9BA: hue angle of 157.37º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F9BA is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 186 -
CMYK 0.67 0 0.25 0.02
HSL 157.37º 0.93% 0.65% -
HSV(B) 157.37º 0.67% 0.98% -
XYZ 46.22 73.09 58.13 -
YUV 191.89 124.67 49.62 -
System Red Green Blue C M Y K H S L
Decimal 82 249 186 0.67 0 0.25 0.02 157.37 0.93 0.65
Hex 52 F9 BA 43 0 19 2 9D 5D 41
Octal 122 371 272 103 0 31 2 235 135 101
Binary 1010010 11111001 10111010 1000011 0 11001 10 10011101 1011101 1000001

Color Harmonies of #52F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F9BA

Black with #52F9BA

Text Example


Text Example

White with #52F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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