Html Css Color HEX #47EDB7 Turquoise

📋 copy color: '#47EDB7'

red 71 ◦ green 237 ◦ blue 183

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

Shades of Turquoise #47EDB7

Tints of Turquoise #47EDB7

RGB

 RED value IS 71 (28.13% from 255) = 14.46%

 GREEN value IS 237 (92.97% from 255) = 48.27%

 BLUE value IS 183 (71.88% from 255) = 37.27%

R = 14.46%
G = 48.27%
B = 37.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#47EDB7 (or 0x47EDB7) is known color: Turquoise. HEX triplet: 47, ED and B7. RGB value is (71,237,183). Sum of RGB (Red+Green+Blue) = 71+237+183=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EDB7 is #B81248. Grayscale: #B5B5B5. Windows color (decimal): -12063305 or 12053831. OLE color: 12053831.

HSL color Cylindrical-coordinate representation of color #47EDB7: hue angle of 160.48º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EDB7 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 237 183 -
CMYK 0.70 0 0.23 0.07
HSL 160.48º 0.82% 0.6% -
HSV(B) 160.48º 0.7% 0.93% -
XYZ 41.43 65.33 55.23 -
YUV 181.21 129 49.39 -
System Red Green Blue C M Y K H S L
Decimal 71 237 183 0.70 0 0.23 0.07 160.48 0.82 0.6
Hex 47 ED B7 46 0 17 7 A0 52 3C
Octal 107 355 267 106 0 27 7 240 122 74
Binary 1000111 11101101 10110111 1000110 0 10111 111 10100000 1010010 111100

Color Harmonies of #47EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EDB7

Black with #47EDB7

Text Example


Text Example

White with #47EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47EDB7; }

 p { color: rgb(71,237,183); }

 H1.HeaderClassName
 {
   color: #47EDB7;
 }
 .AnyTagClassName
 {
   color: #47EDB7;
 }
</style>

background-color css

<style>
 a { background-color: #47EDB7; }

 a { background-color: rgb(71,237,183); }

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

border-color css

<style>
 span { border-color: #47EDB7; }

 span { border-color: rgb(71,237,183); }

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