Html Css Color HEX #47CEB4 Medium Turquoise

📋 copy color: '#47CEB4'

red 71 ◦ green 206 ◦ blue 180

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

Shades of Medium Turquoise #47CEB4

Tints of Medium Turquoise #47CEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 15.54%
G = 45.08%
B = 39.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#47CEB4 (or 0x47CEB4) is known color: Medium Turquoise. HEX triplet: 47, CE and B4. RGB value is (71,206,180). Sum of RGB (Red+Green+Blue) = 71+206+180=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEB4 is #B8314B. Grayscale: #A2A2A2. Windows color (decimal): -12071244 or 11849287. OLE color: 11849287.

HSL color Cylindrical-coordinate representation of color #47CEB4: hue angle of 168.44º 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 #47CEB4 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 206 180 -
CMYK 0.66 0 0.13 0.19
HSL 168.44º 0.58% 0.54% -
HSV(B) 168.44º 0.66% 0.81% -
XYZ 32.91 48.78 50.86 -
YUV 162.67 137.77 62.61 -
System Red Green Blue C M Y K H S L
Decimal 71 206 180 0.66 0 0.13 0.19 168.44 0.58 0.54
Hex 47 CE B4 42 0 D 13 A8 3A 36
Octal 107 316 264 102 0 15 23 250 72 66
Binary 1000111 11001110 10110100 1000010 0 1101 10011 10101000 111010 110110

Color Harmonies of #47CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CEB4

Black with #47CEB4

Text Example


Text Example

White with #47CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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