Html Css Color HEX #52F6B8 Turquoise

📋 copy color: '#52F6B8'

red 82 ◦ green 246 ◦ blue 184

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

Shades of Turquoise #52F6B8

Tints of Turquoise #52F6B8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

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

R = 16.02%
G = 48.05%
B = 35.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#52F6B8 (or 0x52F6B8) is known color: Turquoise. HEX triplet: 52, F6 and B8. RGB value is (82,246,184). Sum of RGB (Red+Green+Blue) = 82+246+184=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #52F6B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F6B8 is #AD0947. Grayscale: #BDBDBD. Windows color (decimal): -11340104 or 12121682. OLE color: 12121682.

HSL color Cylindrical-coordinate representation of color #52F6B8: hue angle of 157.32º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F6B8 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 184 -
CMYK 0.67 0 0.25 0.04
HSL 157.32º 0.9% 0.64% -
HSV(B) 157.32º 0.67% 0.96% -
XYZ 45.09 71.17 56.71 -
YUV 189.9 124.67 51.04 -
System Red Green Blue C M Y K H S L
Decimal 82 246 184 0.67 0 0.25 0.04 157.32 0.9 0.64
Hex 52 F6 B8 43 0 19 4 9D 5A 40
Octal 122 366 270 103 0 31 4 235 132 100
Binary 1010010 11110110 10111000 1000011 0 11001 100 10011101 1011010 1000000

Color Harmonies of #52F6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F6B8

Black with #52F6B8

Text Example


Text Example

White with #52F6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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