Html Css Color HEX #47E8EB Turquoise

📋 copy color: '#47E8EB'

red 71 ◦ green 232 ◦ blue 235

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

Shades of Turquoise #47E8EB

Tints of Turquoise #47E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.12%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 13.2%
G = 43.12%
B = 43.68%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47E8EB (or 0x47E8EB) is known color: Turquoise. HEX triplet: 47, E8 and EB. RGB value is (71,232,235). Sum of RGB (Red+Green+Blue) = 71+232+235=538 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.20% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #47E8EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E8EB is #B81714. Grayscale: #B8B8B8. Windows color (decimal): -12064533 or 15460423. OLE color: 15460423.

HSL color Cylindrical-coordinate representation of color #47E8EB: hue angle of 181.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E8EB is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 232 235 -
CMYK 0.70 0.01 0 0.08
HSL 181.1º 0.8% 0.6% -
HSV(B) 181.1º 0.7% 0.92% -
XYZ 46.45 65.05 88.71 -
YUV 184.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 71 232 235 0.70 0.01 0 0.08 181.1 0.8 0.6
Hex 47 E8 EB 46 1 0 8 B5 50 3C
Octal 107 350 353 106 1 0 10 265 120 74
Binary 1000111 11101000 11101011 1000110 1 0 1000 10110101 1010000 111100

Color Harmonies of #47E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E8EB

Black with #47E8EB

Text Example


Text Example

White with #47E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,232,235); }

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

background-color css

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

 a { background-color: rgb(71,232,235); }

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

border-color css

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

 span { border-color: rgb(71,232,235); }

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