Html Css Color HEX #52FED8 Turquoise

📋 copy color: '#52FED8'

red 82 ◦ green 254 ◦ blue 216

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

Shades of Turquoise #52FED8

Tints of Turquoise #52FED8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.01%

 BLUE value IS 216 (84.77% from 255) = 39.13%

R = 14.86%
G = 46.01%
B = 39.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#52FED8 (or 0x52FED8) is known color: Turquoise. HEX triplet: 52, FE and D8. RGB value is (82,254,216). Sum of RGB (Red+Green+Blue) = 82+254+216=552 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.86% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #52FED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FED8 is #AD0127. Grayscale: #C6C6C6. Windows color (decimal): -11338024 or 14220882. OLE color: 14220882.

HSL color Cylindrical-coordinate representation of color #52FED8: hue angle of 166.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FED8 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 254 216 -
CMYK 0.68 0 0.15 0.00
HSL 166.74º 0.99% 0.66% -
HSV(B) 166.74º 0.68% 1% -
XYZ 51.32 77.64 77.25 -
YUV 198.24 138.02 45.09 -
System Red Green Blue C M Y K H S L
Decimal 82 254 216 0.68 0 0.15 0.00 166.74 0.99 0.66
Hex 52 FE D8 44 0 F 0 A7 63 42
Octal 122 376 330 104 0 17 0 247 143 102
Binary 1010010 11111110 11011000 1000100 0 1111 0 10100111 1100011 1000010

Color Harmonies of #52FED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FED8

Black with #52FED8

Text Example


Text Example

White with #52FED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,254,216); }

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

background-color css

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

 a { background-color: rgb(82,254,216); }

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

border-color css

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

 span { border-color: rgb(82,254,216); }

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