Html Css Color HEX #52FCC3 Turquoise

📋 copy color: '#52FCC3'

red 82 ◦ green 252 ◦ blue 195

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

Shades of Turquoise #52FCC3

Tints of Turquoise #52FCC3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.64%

 BLUE value IS 195 (76.56% from 255) = 36.86%

R = 15.5%
G = 47.64%
B = 36.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#52FCC3 (or 0x52FCC3) is known color: Turquoise. HEX triplet: 52, FC and C3. RGB value is (82,252,195). Sum of RGB (Red+Green+Blue) = 82+252+195=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCC3 is #AD033C. Grayscale: #C2C2C2. Windows color (decimal): -11338557 or 12844114. OLE color: 12844114.

HSL color Cylindrical-coordinate representation of color #52FCC3: hue angle of 159.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCC3 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 195 -
CMYK 0.67 0 0.23 0.01
HSL 159.88º 0.97% 0.65% -
HSV(B) 159.88º 0.67% 0.99% -
XYZ 48.14 75.35 63.64 -
YUV 194.67 128.18 47.63 -
System Red Green Blue C M Y K H S L
Decimal 82 252 195 0.67 0 0.23 0.01 159.88 0.97 0.65
Hex 52 FC C3 43 0 17 1 A0 61 41
Octal 122 374 303 103 0 27 1 240 141 101
Binary 1010010 11111100 11000011 1000011 0 10111 1 10100000 1100001 1000001

Color Harmonies of #52FCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCC3

Black with #52FCC3

Text Example


Text Example

White with #52FCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,252,195); }

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

background-color css

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

 a { background-color: rgb(82,252,195); }

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

border-color css

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

 span { border-color: rgb(82,252,195); }

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