Html Css Color HEX #52F9BB Turquoise

📋 copy color: '#52F9BB'

red 82 ◦ green 249 ◦ blue 187

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

Shades of Turquoise #52F9BB

Tints of Turquoise #52F9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 15.83%
G = 48.07%
B = 36.1%

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

#52F9BB (or 0x52F9BB) is known color: Turquoise. HEX triplet: 52, F9 and BB. RGB value is (82,249,187). Sum of RGB (Red+Green+Blue) = 82+249+187=518 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.83% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #52F9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F9BB is #AD0644. Grayscale: #C0C0C0. Windows color (decimal): -11339333 or 12319058. OLE color: 12319058.

HSL color Cylindrical-coordinate representation of color #52F9BB: hue angle of 157.72º 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 #52F9BB is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 187 -
CMYK 0.67 0 0.25 0.02
HSL 157.72º 0.93% 0.65% -
HSV(B) 157.72º 0.67% 0.98% -
XYZ 46.33 73.13 58.69 -
YUV 192 125.17 49.54 -
System Red Green Blue C M Y K H S L
Decimal 82 249 187 0.67 0 0.25 0.02 157.72 0.93 0.65
Hex 52 F9 BB 43 0 19 2 9E 5D 41
Octal 122 371 273 103 0 31 2 236 135 101
Binary 1010010 11111001 10111011 1000011 0 11001 10 10011110 1011101 1000001

Color Harmonies of #52F9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F9BB

Black with #52F9BB

Text Example


Text Example

White with #52F9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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