Html Css Color HEX #52FCCC Turquoise

📋 copy color: '#52FCCC'

red 82 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #52FCCC

Tints of Turquoise #52FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 15.24%
G = 46.84%
B = 37.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#52FCCC (or 0x52FCCC) is known color: Turquoise. HEX triplet: 52, FC and CC. RGB value is (82,252,204). Sum of RGB (Red+Green+Blue) = 82+252+204=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCCC is #AD0333. Grayscale: #C3C3C3. Windows color (decimal): -11338548 or 13433938. OLE color: 13433938.

HSL color Cylindrical-coordinate representation of color #52FCCC: hue angle of 163.06º 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 #52FCCC is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 204 -
CMYK 0.67 0 0.19 0.01
HSL 163.06º 0.97% 0.65% -
HSV(B) 163.06º 0.67% 0.99% -
XYZ 49.19 75.77 69.16 -
YUV 195.7 132.68 46.9 -
System Red Green Blue C M Y K H S L
Decimal 82 252 204 0.67 0 0.19 0.01 163.06 0.97 0.65
Hex 52 FC CC 43 0 13 1 A3 61 41
Octal 122 374 314 103 0 23 1 243 141 101
Binary 1010010 11111100 11001100 1000011 0 10011 1 10100011 1100001 1000001

Color Harmonies of #52FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCCC

Black with #52FCCC

Text Example


Text Example

White with #52FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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