Html Css Color HEX #52FDC7 Turquoise

📋 copy color: '#52FDC7'

red 82 ◦ green 253 ◦ blue 199

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

Shades of Turquoise #52FDC7

Tints of Turquoise #52FDC7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.38%

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 15.36%
G = 47.38%
B = 37.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#52FDC7 (or 0x52FDC7) is known color: Turquoise. HEX triplet: 52, FD and C7. RGB value is (82,253,199). Sum of RGB (Red+Green+Blue) = 82+253+199=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDC7 is #AD0238. Grayscale: #C3C3C3. Windows color (decimal): -11338297 or 13106514. OLE color: 13106514.

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

Color convert

RGB 82 253 199 -
CMYK 0.68 0 0.21 0.01
HSL 161.05º 0.98% 0.66% -
HSV(B) 161.05º 0.68% 0.99% -
XYZ 48.91 76.17 66.16 -
YUV 195.72 129.85 46.89 -
System Red Green Blue C M Y K H S L
Decimal 82 253 199 0.68 0 0.21 0.01 161.05 0.98 0.66
Hex 52 FD C7 44 0 15 1 A1 62 42
Octal 122 375 307 104 0 25 1 241 142 102
Binary 1010010 11111101 11000111 1000100 0 10101 1 10100001 1100010 1000010

Color Harmonies of #52FDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FDC7

Black with #52FDC7

Text Example


Text Example

White with #52FDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,253,199); }

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

background-color css

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

 a { background-color: rgb(82,253,199); }

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

border-color css

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

 span { border-color: rgb(82,253,199); }

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