Html Css Color HEX #52FABB Turquoise

📋 copy color: '#52FABB'

red 82 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #52FABB

Tints of Turquoise #52FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.17%

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

R = 15.8%
G = 48.17%
B = 36.03%

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

#52FABB (or 0x52FABB) is known color: Turquoise. HEX triplet: 52, FA and BB. RGB value is (82,250,187). Sum of RGB (Red+Green+Blue) = 82+250+187=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #52FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FABB is #AD0544. Grayscale: #C0C0C0. Windows color (decimal): -11339077 or 12319314. OLE color: 12319314.

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

Color convert

RGB 82 250 187 -
CMYK 0.67 0 0.25 0.02
HSL 157.5º 0.94% 0.65% -
HSV(B) 157.5º 0.67% 0.98% -
XYZ 46.63 73.75 58.79 -
YUV 192.59 124.84 49.12 -
System Red Green Blue C M Y K H S L
Decimal 82 250 187 0.67 0 0.25 0.02 157.5 0.94 0.65
Hex 52 FA BB 43 0 19 2 9E 5E 41
Octal 122 372 273 103 0 31 2 236 136 101
Binary 1010010 11111010 10111011 1000011 0 11001 10 10011110 1011110 1000001

Color Harmonies of #52FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FABB

Black with #52FABB

Text Example


Text Example

White with #52FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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