Html Css Color HEX #47CEBF Medium Turquoise

📋 copy color: '#47CEBF'

red 71 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #47CEBF

Tints of Medium Turquoise #47CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.02%

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

R = 15.17%
G = 44.02%
B = 40.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#47CEBF (or 0x47CEBF) is known color: Medium Turquoise. HEX triplet: 47, CE and BF. RGB value is (71,206,191). Sum of RGB (Red+Green+Blue) = 71+206+191=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEBF is #B83140. Grayscale: #A3A3A3. Windows color (decimal): -12071233 or 12570183. OLE color: 12570183.

HSL color Cylindrical-coordinate representation of color #47CEBF: hue angle of 173.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CEBF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 206 191 -
CMYK 0.66 0 0.07 0.19
HSL 173.33º 0.58% 0.54% -
HSV(B) 173.33º 0.66% 0.81% -
XYZ 34.07 49.24 57 -
YUV 163.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 71 206 191 0.66 0 0.07 0.19 173.33 0.58 0.54
Hex 47 CE BF 42 0 7 13 AD 3A 36
Octal 107 316 277 102 0 7 23 255 72 66
Binary 1000111 11001110 10111111 1000010 0 111 10011 10101101 111010 110110

Color Harmonies of #47CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CEBF

Black with #47CEBF

Text Example


Text Example

White with #47CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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