Html Css Color HEX #47BDB6 Medium Turquoise

📋 copy color: '#47BDB6'

red 71 ◦ green 189 ◦ blue 182

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

Shades of Medium Turquoise #47BDB6

Tints of Medium Turquoise #47BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

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

R = 16.06%
G = 42.76%
B = 41.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#47BDB6 (or 0x47BDB6) is known color: Medium Turquoise. HEX triplet: 47, BD and B6. RGB value is (71,189,182). Sum of RGB (Red+Green+Blue) = 71+189+182=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDB6 is #B84249. Grayscale: #989898. Windows color (decimal): -12075594 or 11976007. OLE color: 11976007.

HSL color Cylindrical-coordinate representation of color #47BDB6: hue angle of 176.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BDB6 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 189 182 -
CMYK 0.62 0 0.04 0.26
HSL 176.44º 0.47% 0.51% -
HSV(B) 176.44º 0.62% 0.74% -
XYZ 29.24 41.11 50.65 -
YUV 152.92 144.41 69.57 -
System Red Green Blue C M Y K H S L
Decimal 71 189 182 0.62 0 0.04 0.26 176.44 0.47 0.51
Hex 47 BD B6 3E 0 4 1A B0 2F 33
Octal 107 275 266 76 0 4 32 260 57 63
Binary 1000111 10111101 10110110 111110 0 100 11010 10110000 101111 110011

Color Harmonies of #47BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BDB6

Black with #47BDB6

Text Example


Text Example

White with #47BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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