Html Css Color HEX #52FADD Turquoise

📋 copy color: '#52FADD'

red 82 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #52FADD

Tints of Turquoise #52FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 14.83%
G = 45.21%
B = 39.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#52FADD (or 0x52FADD) is known color: Turquoise. HEX triplet: 52, FA and DD. RGB value is (82,250,221). Sum of RGB (Red+Green+Blue) = 82+250+221=553 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.83% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #52FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FADD is #AD0522. Grayscale: #C4C4C4. Windows color (decimal): -11339043 or 14547538. OLE color: 14547538.

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

Color convert

RGB 82 250 221 -
CMYK 0.67 0 0.12 0.02
HSL 169.64º 0.94% 0.65% -
HSV(B) 169.64º 0.67% 0.98% -
XYZ 50.72 75.39 80.28 -
YUV 196.46 141.84 46.36 -
System Red Green Blue C M Y K H S L
Decimal 82 250 221 0.67 0 0.12 0.02 169.64 0.94 0.65
Hex 52 FA DD 43 0 C 2 AA 5E 41
Octal 122 372 335 103 0 14 2 252 136 101
Binary 1010010 11111010 11011101 1000011 0 1100 10 10101010 1011110 1000001

Color Harmonies of #52FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FADD

Black with #52FADD

Text Example


Text Example

White with #52FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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