Html Css Color HEX #52F1C5 Turquoise

📋 copy color: '#52F1C5'

red 82 ◦ green 241 ◦ blue 197

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

Shades of Turquoise #52F1C5

Tints of Turquoise #52F1C5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.35%

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 15.77%
G = 46.35%
B = 37.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#52F1C5 (or 0x52F1C5) is known color: Turquoise. HEX triplet: 52, F1 and C5. RGB value is (82,241,197). Sum of RGB (Red+Green+Blue) = 82+241+197=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F1C5 is #AD0E3A. Grayscale: #BCBCBC. Windows color (decimal): -11341371 or 12972370. OLE color: 12972370.

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

Color convert

RGB 82 241 197 -
CMYK 0.66 0 0.18 0.05
HSL 163.4º 0.85% 0.63% -
HSV(B) 163.4º 0.66% 0.95% -
XYZ 45.01 68.74 63.72 -
YUV 188.44 132.82 52.08 -
System Red Green Blue C M Y K H S L
Decimal 82 241 197 0.66 0 0.18 0.05 163.4 0.85 0.63
Hex 52 F1 C5 42 0 12 5 A3 55 3F
Octal 122 361 305 102 0 22 5 243 125 77
Binary 1010010 11110001 11000101 1000010 0 10010 101 10100011 1010101 111111

Color Harmonies of #52F1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F1C5

Black with #52F1C5

Text Example


Text Example

White with #52F1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,197); }

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

background-color css

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

 a { background-color: rgb(82,241,197); }

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

border-color css

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

 span { border-color: rgb(82,241,197); }

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