Html Css Color HEX #52FFB9 Turquoise

📋 copy color: '#52FFB9'

red 82 ◦ green 255 ◦ blue 185

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

Shades of Turquoise #52FFB9

Tints of Turquoise #52FFB9

RGB

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

 GREEN value IS 255 (100% from 255) = 48.85%

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 15.71%
G = 48.85%
B = 35.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#52FFB9 (or 0x52FFB9) is known color: Turquoise. HEX triplet: 52, FF and B9. RGB value is (82,255,185). Sum of RGB (Red+Green+Blue) = 82+255+185=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFB9 is #AD0046. Grayscale: #C3C3C3. Windows color (decimal): -11337799 or 12189522. OLE color: 12189522.

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

Color convert

RGB 82 255 185 -
CMYK 0.68 0 0.27 0
HSL 155.72º 1% 0.66% -
HSV(B) 155.72º 0.68% 1% -
XYZ 48 76.82 58.2 -
YUV 195.29 122.19 47.19 -
System Red Green Blue C M Y K H S L
Decimal 82 255 185 0.68 0 0.27 0 155.72 1 0.66
Hex 52 FF B9 44 0 1B 0 9C 64 42
Octal 122 377 271 104 0 33 0 234 144 102
Binary 1010010 11111111 10111001 1000100 0 11011 0 10011100 1100100 1000010

Color Harmonies of #52FFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FFB9

Black with #52FFB9

Text Example


Text Example

White with #52FFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,255,185); }

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

background-color css

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

 a { background-color: rgb(82,255,185); }

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

border-color css

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

 span { border-color: rgb(82,255,185); }

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