Html Css Color HEX #47CDB6 Medium Turquoise

📋 copy color: '#47CDB6'

red 71 ◦ green 205 ◦ blue 182

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

Shades of Medium Turquoise #47CDB6

Tints of Medium Turquoise #47CDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.74%

R = 15.5%
G = 44.76%
B = 39.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#47CDB6 (or 0x47CDB6) is known color: Medium Turquoise. HEX triplet: 47, CD and B6. RGB value is (71,205,182). Sum of RGB (Red+Green+Blue) = 71+205+182=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #47CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDB6 is #B83249. Grayscale: #A2A2A2. Windows color (decimal): -12071498 or 11980103. OLE color: 11980103.

HSL color Cylindrical-coordinate representation of color #47CDB6: hue angle of 169.7º 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 #47CDB6 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 205 182 -
CMYK 0.65 0 0.11 0.20
HSL 169.7º 0.57% 0.54% -
HSV(B) 169.7º 0.65% 0.8% -
XYZ 32.87 48.38 51.86 -
YUV 162.31 139.11 62.87 -
System Red Green Blue C M Y K H S L
Decimal 71 205 182 0.65 0 0.11 0.20 169.7 0.57 0.54
Hex 47 CD B6 41 0 B 14 AA 39 36
Octal 107 315 266 101 0 13 24 252 71 66
Binary 1000111 11001101 10110110 1000001 0 1011 10100 10101010 111001 110110

Color Harmonies of #47CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CDB6

Black with #47CDB6

Text Example


Text Example

White with #47CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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