Html Css Color HEX #52FADF Turquoise

📋 copy color: '#52FADF'

red 82 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #52FADF

Tints of Turquoise #52FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.05%

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

R = 14.77%
G = 45.05%
B = 40.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#52FADF (or 0x52FADF) is known color: Turquoise. HEX triplet: 52, FA and DF. RGB value is (82,250,223). Sum of RGB (Red+Green+Blue) = 82+250+223=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #52FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FADF is #AD0520. Grayscale: #C4C4C4. Windows color (decimal): -11339041 or 14678610. OLE color: 14678610.

HSL color Cylindrical-coordinate representation of color #52FADF: hue angle of 170.36º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FADF is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 223 -
CMYK 0.67 0 0.11 0.02
HSL 170.36º 0.94% 0.65% -
HSV(B) 170.36º 0.67% 0.98% -
XYZ 50.98 75.49 81.7 -
YUV 196.69 142.84 46.2 -
System Red Green Blue C M Y K H S L
Decimal 82 250 223 0.67 0 0.11 0.02 170.36 0.94 0.65
Hex 52 FA DF 43 0 B 2 AA 5E 41
Octal 122 372 337 103 0 13 2 252 136 101
Binary 1010010 11111010 11011111 1000011 0 1011 10 10101010 1011110 1000001

Color Harmonies of #52FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FADF

Black with #52FADF

Text Example


Text Example

White with #52FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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