Html Css Color HEX #52F7D5 Turquoise

📋 copy color: '#52F7D5'

red 82 ◦ green 247 ◦ blue 213

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

Shades of Turquoise #52F7D5

Tints of Turquoise #52F7D5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 15.13%
G = 45.57%
B = 39.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#52F7D5 (or 0x52F7D5) is known color: Turquoise. HEX triplet: 52, F7 and D5. RGB value is (82,247,213). Sum of RGB (Red+Green+Blue) = 82+247+213=542 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.13% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7D5 is #AD082A. Grayscale: #C1C1C1. Windows color (decimal): -11339819 or 14022482. OLE color: 14022482.

HSL color Cylindrical-coordinate representation of color #52F7D5: hue angle of 167.64º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F7D5 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 247 213 -
CMYK 0.67 0 0.14 0.03
HSL 167.64º 0.91% 0.65% -
HSV(B) 167.64º 0.67% 0.97% -
XYZ 48.75 73.12 74.49 -
YUV 193.79 138.84 48.26 -
System Red Green Blue C M Y K H S L
Decimal 82 247 213 0.67 0 0.14 0.03 167.64 0.91 0.65
Hex 52 F7 D5 43 0 E 3 A8 5B 41
Octal 122 367 325 103 0 16 3 250 133 101
Binary 1010010 11110111 11010101 1000011 0 1110 11 10101000 1011011 1000001

Color Harmonies of #52F7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F7D5

Black with #52F7D5

Text Example


Text Example

White with #52F7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,247,213); }

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

background-color css

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

 a { background-color: rgb(82,247,213); }

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

border-color css

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

 span { border-color: rgb(82,247,213); }

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