Html Css Color HEX #47D0BB Medium Turquoise

📋 copy color: '#47D0BB'

red 71 ◦ green 208 ◦ blue 187

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

Shades of Medium Turquoise #47D0BB

Tints of Medium Turquoise #47D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 15.24%
G = 44.64%
B = 40.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#47D0BB (or 0x47D0BB) is known color: Medium Turquoise. HEX triplet: 47, D0 and BB. RGB value is (71,208,187). Sum of RGB (Red+Green+Blue) = 71+208+187=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #47D0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D0BB is #B82F44. Grayscale: #A4A4A4. Windows color (decimal): -12070725 or 12308551. OLE color: 12308551.

HSL color Cylindrical-coordinate representation of color #47D0BB: hue angle of 170.8º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D0BB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 208 187 -
CMYK 0.66 0 0.10 0.18
HSL 170.8º 0.59% 0.55% -
HSV(B) 170.8º 0.66% 0.82% -
XYZ 34.12 50.04 54.87 -
YUV 164.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 71 208 187 0.66 0 0.10 0.18 170.8 0.59 0.55
Hex 47 D0 BB 42 0 A 12 AB 3B 37
Octal 107 320 273 102 0 12 22 253 73 67
Binary 1000111 11010000 10111011 1000010 0 1010 10010 10101011 111011 110111

Color Harmonies of #47D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D0BB

Black with #47D0BB

Text Example


Text Example

White with #47D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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