Html Css Color HEX #47CABB Medium Turquoise

📋 copy color: '#47CABB'

red 71 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #47CABB

Tints of Medium Turquoise #47CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 15.43%
G = 43.91%
B = 40.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#47CABB (or 0x47CABB) is known color: Medium Turquoise. HEX triplet: 47, CA and BB. RGB value is (71,202,187). Sum of RGB (Red+Green+Blue) = 71+202+187=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #47CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CABB is #B83544. Grayscale: #A1A1A1. Windows color (decimal): -12072261 or 12307015. OLE color: 12307015.

HSL color Cylindrical-coordinate representation of color #47CABB: hue angle of 173.13º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CABB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 202 187 -
CMYK 0.65 0 0.07 0.21
HSL 173.13º 0.55% 0.54% -
HSV(B) 173.13º 0.65% 0.79% -
XYZ 32.69 47.17 54.4 -
YUV 161.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 71 202 187 0.65 0 0.07 0.21 173.13 0.55 0.54
Hex 47 CA BB 41 0 7 15 AD 37 36
Octal 107 312 273 101 0 7 25 255 67 66
Binary 1000111 11001010 10111011 1000001 0 111 10101 10101101 110111 110110

Color Harmonies of #47CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CABB

Black with #47CABB

Text Example


Text Example

White with #47CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,202,187); }

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

background-color css

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

 a { background-color: rgb(71,202,187); }

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

border-color css

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

 span { border-color: rgb(71,202,187); }

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