Html Css Color HEX #47DABA Medium Turquoise

📋 copy color: '#47DABA'

red 71 ◦ green 218 ◦ blue 186

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

Shades of Medium Turquoise #47DABA

Tints of Medium Turquoise #47DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

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

R = 14.95%
G = 45.89%
B = 39.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#47DABA (or 0x47DABA) is known color: Medium Turquoise. HEX triplet: 47, DA and BA. RGB value is (71,218,186). Sum of RGB (Red+Green+Blue) = 71+218+186=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #47DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DABA is #B82545. Grayscale: #AAAAAA. Windows color (decimal): -12068166 or 12245575. OLE color: 12245575.

HSL color Cylindrical-coordinate representation of color #47DABA: hue angle of 166.94º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DABA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 218 186 -
CMYK 0.67 0 0.15 0.15
HSL 166.94º 0.67% 0.57% -
HSV(B) 166.94º 0.67% 0.85% -
XYZ 36.53 55.03 55.15 -
YUV 170.4 136.8 57.1 -
System Red Green Blue C M Y K H S L
Decimal 71 218 186 0.67 0 0.15 0.15 166.94 0.67 0.57
Hex 47 DA BA 43 0 F F A7 43 39
Octal 107 332 272 103 0 17 17 247 103 71
Binary 1000111 11011010 10111010 1000011 0 1111 1111 10100111 1000011 111001

Color Harmonies of #47DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DABA

Black with #47DABA

Text Example


Text Example

White with #47DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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