Html Css Color HEX #52FCDF Turquoise

📋 copy color: '#52FCDF'

red 82 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #52FCDF

Tints of Turquoise #52FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 14.72%
G = 45.24%
B = 40.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#52FCDF (or 0x52FCDF) is known color: Turquoise. HEX triplet: 52, FC and DF. RGB value is (82,252,223). Sum of RGB (Red+Green+Blue) = 82+252+223=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCDF is #AD0320. Grayscale: #C5C5C5. Windows color (decimal): -11338529 or 14679122. OLE color: 14679122.

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

Color convert

RGB 82 252 223 -
CMYK 0.67 0 0.12 0.01
HSL 169.76º 0.97% 0.65% -
HSV(B) 169.76º 0.67% 0.99% -
XYZ 51.61 76.74 81.9 -
YUV 197.86 142.18 45.36 -
System Red Green Blue C M Y K H S L
Decimal 82 252 223 0.67 0 0.12 0.01 169.76 0.97 0.65
Hex 52 FC DF 43 0 C 1 AA 61 41
Octal 122 374 337 103 0 14 1 252 141 101
Binary 1010010 11111100 11011111 1000011 0 1100 1 10101010 1100001 1000001

Color Harmonies of #52FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCDF

Black with #52FCDF

Text Example


Text Example

White with #52FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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