Html Css Color HEX #52FAD2 Turquoise

📋 copy color: '#52FAD2'

red 82 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #52FAD2

Tints of Turquoise #52FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.75%

R = 15.13%
G = 46.13%
B = 38.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#52FAD2 (or 0x52FAD2) is known color: Turquoise. HEX triplet: 52, FA and D2. RGB value is (82,250,210). Sum of RGB (Red+Green+Blue) = 82+250+210=542 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.13% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FAD2 is #AD052D. Grayscale: #C3C3C3. Windows color (decimal): -11339054 or 13826642. OLE color: 13826642.

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

Color convert

RGB 82 250 210 -
CMYK 0.67 0 0.16 0.02
HSL 165.71º 0.94% 0.65% -
HSV(B) 165.71º 0.67% 0.98% -
XYZ 49.3 74.82 72.82 -
YUV 195.21 136.34 47.25 -
System Red Green Blue C M Y K H S L
Decimal 82 250 210 0.67 0 0.16 0.02 165.71 0.94 0.65
Hex 52 FA D2 43 0 10 2 A6 5E 41
Octal 122 372 322 103 0 20 2 246 136 101
Binary 1010010 11111010 11010010 1000011 0 10000 10 10100110 1011110 1000001

Color Harmonies of #52FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAD2

Black with #52FAD2

Text Example


Text Example

White with #52FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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