Html Css Color HEX #52FAB8 Turquoise

📋 copy color: '#52FAB8'

red 82 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #52FAB8

Tints of Turquoise #52FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 15.89%
G = 48.45%
B = 35.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#52FAB8 (or 0x52FAB8) is known color: Turquoise. HEX triplet: 52, FA and B8. RGB value is (82,250,184). Sum of RGB (Red+Green+Blue) = 82+250+184=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FAB8 is #AD0547. Grayscale: #C0C0C0. Windows color (decimal): -11339080 or 12122706. OLE color: 12122706.

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

Color convert

RGB 82 250 184 -
CMYK 0.67 0 0.26 0.02
HSL 156.43º 0.94% 0.65% -
HSV(B) 156.43º 0.67% 0.98% -
XYZ 46.32 73.63 57.12 -
YUV 192.24 123.34 49.37 -
System Red Green Blue C M Y K H S L
Decimal 82 250 184 0.67 0 0.26 0.02 156.43 0.94 0.65
Hex 52 FA B8 43 0 1A 2 9C 5E 41
Octal 122 372 270 103 0 32 2 234 136 101
Binary 1010010 11111010 10111000 1000011 0 11010 10 10011100 1011110 1000001

Color Harmonies of #52FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAB8

Black with #52FAB8

Text Example


Text Example

White with #52FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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