Html Css Color HEX #52F5D2 Turquoise

📋 copy color: '#52F5D2'

red 82 ◦ green 245 ◦ blue 210

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

Shades of Turquoise #52F5D2

Tints of Turquoise #52F5D2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

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

R = 15.27%
G = 45.62%
B = 39.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#52F5D2 (or 0x52F5D2) is known color: Turquoise. HEX triplet: 52, F5 and D2. RGB value is (82,245,210). Sum of RGB (Red+Green+Blue) = 82+245+210=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #52F5D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F5D2 is #AD0A2D. Grayscale: #C0C0C0. Windows color (decimal): -11340334 or 13825362. OLE color: 13825362.

HSL color Cylindrical-coordinate representation of color #52F5D2: hue angle of 167.12º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F5D2 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 245 210 -
CMYK 0.67 0 0.14 0.04
HSL 167.12º 0.89% 0.64% -
HSV(B) 167.12º 0.67% 0.96% -
XYZ 47.76 71.75 72.3 -
YUV 192.27 138 49.35 -
System Red Green Blue C M Y K H S L
Decimal 82 245 210 0.67 0 0.14 0.04 167.12 0.89 0.64
Hex 52 F5 D2 43 0 E 4 A7 59 40
Octal 122 365 322 103 0 16 4 247 131 100
Binary 1010010 11110101 11010010 1000011 0 1110 100 10100111 1011001 1000000

Color Harmonies of #52F5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F5D2

Black with #52F5D2

Text Example


Text Example

White with #52F5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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