Html Css Color HEX #52F3B6 Turquoise

📋 copy color: '#52F3B6'

red 82 ◦ green 243 ◦ blue 182

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

Shades of Turquoise #52F3B6

Tints of Turquoise #52F3B6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.93%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 16.17%
G = 47.93%
B = 35.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#52F3B6 (or 0x52F3B6) is known color: Turquoise. HEX triplet: 52, F3 and B6. RGB value is (82,243,182). Sum of RGB (Red+Green+Blue) = 82+243+182=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #52F3B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F3B6 is #AD0C49. Grayscale: #BBBBBB. Windows color (decimal): -11340874 or 11989842. OLE color: 11989842.

HSL color Cylindrical-coordinate representation of color #52F3B6: hue angle of 157.27º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F3B6 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 243 182 -
CMYK 0.66 0 0.25 0.05
HSL 157.27º 0.87% 0.64% -
HSV(B) 157.27º 0.66% 0.95% -
XYZ 43.97 69.27 55.31 -
YUV 187.91 124.66 52.46 -
System Red Green Blue C M Y K H S L
Decimal 82 243 182 0.66 0 0.25 0.05 157.27 0.87 0.64
Hex 52 F3 B6 42 0 19 5 9D 57 40
Octal 122 363 266 102 0 31 5 235 127 100
Binary 1010010 11110011 10110110 1000010 0 11001 101 10011101 1010111 1000000

Color Harmonies of #52F3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F3B6

Black with #52F3B6

Text Example


Text Example

White with #52F3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,243,182); }

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

background-color css

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

 a { background-color: rgb(82,243,182); }

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

border-color css

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

 span { border-color: rgb(82,243,182); }

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