Html Css Color HEX #47EEBA Turquoise

📋 copy color: '#47EEBA'

red 71 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #47EEBA

Tints of Turquoise #47EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.08%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 14.34%
G = 48.08%
B = 37.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#47EEBA (or 0x47EEBA) is known color: Turquoise. HEX triplet: 47, EE and BA. RGB value is (71,238,186). Sum of RGB (Red+Green+Blue) = 71+238+186=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEBA is #B81145. Grayscale: #B6B6B6. Windows color (decimal): -12063046 or 12250695. OLE color: 12250695.

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

Color convert

RGB 71 238 186 -
CMYK 0.70 0 0.22 0.07
HSL 161.32º 0.83% 0.61% -
HSV(B) 161.32º 0.7% 0.93% -
XYZ 42.04 66.03 56.98 -
YUV 182.14 130.17 48.73 -
System Red Green Blue C M Y K H S L
Decimal 71 238 186 0.70 0 0.22 0.07 161.32 0.83 0.61
Hex 47 EE BA 46 0 16 7 A1 53 3D
Octal 107 356 272 106 0 26 7 241 123 75
Binary 1000111 11101110 10111010 1000110 0 10110 111 10100001 1010011 111101

Color Harmonies of #47EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EEBA

Black with #47EEBA

Text Example


Text Example

White with #47EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,238,186); }

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

background-color css

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

 a { background-color: rgb(71,238,186); }

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

border-color css

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

 span { border-color: rgb(71,238,186); }

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