Html Css Color HEX #47CDB9 Medium Turquoise

📋 copy color: '#47CDB9'

red 71 ◦ green 205 ◦ blue 185

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

Shades of Medium Turquoise #47CDB9

Tints of Medium Turquoise #47CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 15.4%
G = 44.47%
B = 40.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#47CDB9 (or 0x47CDB9) is known color: Medium Turquoise. HEX triplet: 47, CD and B9. RGB value is (71,205,185). Sum of RGB (Red+Green+Blue) = 71+205+185=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #47CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDB9 is #B83246. Grayscale: #A2A2A2. Windows color (decimal): -12071495 or 12176711. OLE color: 12176711.

HSL color Cylindrical-coordinate representation of color #47CDB9: hue angle of 171.04º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CDB9 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 205 185 -
CMYK 0.65 0 0.10 0.20
HSL 171.04º 0.57% 0.54% -
HSV(B) 171.04º 0.65% 0.8% -
XYZ 33.19 48.51 53.51 -
YUV 162.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 71 205 185 0.65 0 0.10 0.20 171.04 0.57 0.54
Hex 47 CD B9 41 0 A 14 AB 39 36
Octal 107 315 271 101 0 12 24 253 71 66
Binary 1000111 11001101 10111001 1000001 0 1010 10100 10101011 111001 110110

Color Harmonies of #47CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CDB9

Black with #47CDB9

Text Example


Text Example

White with #47CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,205,185); }

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

background-color css

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

 a { background-color: rgb(71,205,185); }

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

border-color css

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

 span { border-color: rgb(71,205,185); }

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