Html Css Color HEX #52F7D7 Turquoise

📋 copy color: '#52F7D7'

red 82 ◦ green 247 ◦ blue 215

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

Shades of Turquoise #52F7D7

Tints of Turquoise #52F7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 15.07%
G = 45.4%
B = 39.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#52F7D7 (or 0x52F7D7) is known color: Turquoise. HEX triplet: 52, F7 and D7. RGB value is (82,247,215). Sum of RGB (Red+Green+Blue) = 82+247+215=544 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.07% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7D7 is #AD0828. Grayscale: #C1C1C1. Windows color (decimal): -11339817 or 14153554. OLE color: 14153554.

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

Color convert

RGB 82 247 215 -
CMYK 0.67 0 0.13 0.03
HSL 168.36º 0.91% 0.65% -
HSV(B) 168.36º 0.67% 0.97% -
XYZ 49.01 73.22 75.84 -
YUV 194.02 139.84 48.1 -
System Red Green Blue C M Y K H S L
Decimal 82 247 215 0.67 0 0.13 0.03 168.36 0.91 0.65
Hex 52 F7 D7 43 0 D 3 A8 5B 41
Octal 122 367 327 103 0 15 3 250 133 101
Binary 1010010 11110111 11010111 1000011 0 1101 11 10101000 1011011 1000001

Color Harmonies of #52F7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F7D7

Black with #52F7D7

Text Example


Text Example

White with #52F7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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