Html Css Color HEX #47EEBF Turquoise

📋 copy color: '#47EEBF'

red 71 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #47EEBF

Tints of Turquoise #47EEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 14.2%
G = 47.6%
B = 38.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#47EEBF (or 0x47EEBF) is known color: Turquoise. HEX triplet: 47, EE and BF. RGB value is (71,238,191). Sum of RGB (Red+Green+Blue) = 71+238+191=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEBF is #B81140. Grayscale: #B6B6B6. Windows color (decimal): -12063041 or 12578375. OLE color: 12578375.

HSL color Cylindrical-coordinate representation of color #47EEBF: hue angle of 163.11º 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 #47EEBF is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 238 191 -
CMYK 0.70 0 0.20 0.07
HSL 163.11º 0.83% 0.61% -
HSV(B) 163.11º 0.7% 0.93% -
XYZ 42.58 66.25 59.83 -
YUV 182.71 132.67 48.32 -
System Red Green Blue C M Y K H S L
Decimal 71 238 191 0.70 0 0.20 0.07 163.11 0.83 0.61
Hex 47 EE BF 46 0 14 7 A3 53 3D
Octal 107 356 277 106 0 24 7 243 123 75
Binary 1000111 11101110 10111111 1000110 0 10100 111 10100011 1010011 111101

Color Harmonies of #47EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EEBF

Black with #47EEBF

Text Example


Text Example

White with #47EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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