Html Css Color HEX #47CBB7 Medium Turquoise

📋 copy color: '#47CBB7'

red 71 ◦ green 203 ◦ blue 183

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

Shades of Medium Turquoise #47CBB7

Tints of Medium Turquoise #47CBB7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 15.54%
G = 44.42%
B = 40.04%

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

#47CBB7 (or 0x47CBB7) is known color: Medium Turquoise. HEX triplet: 47, CB and B7. RGB value is (71,203,183). Sum of RGB (Red+Green+Blue) = 71+203+183=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBB7 is #B83448. Grayscale: #A1A1A1. Windows color (decimal): -12072009 or 12045127. OLE color: 12045127.

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

Color convert

RGB 71 203 183 -
CMYK 0.65 0 0.10 0.20
HSL 170.91º 0.56% 0.54% -
HSV(B) 170.91º 0.65% 0.8% -
XYZ 32.5 47.47 52.25 -
YUV 161.25 140.27 63.63 -
System Red Green Blue C M Y K H S L
Decimal 71 203 183 0.65 0 0.10 0.20 170.91 0.56 0.54
Hex 47 CB B7 41 0 A 14 AB 38 36
Octal 107 313 267 101 0 12 24 253 70 66
Binary 1000111 11001011 10110111 1000001 0 1010 10100 10101011 111000 110110

Color Harmonies of #47CBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CBB7

Black with #47CBB7

Text Example


Text Example

White with #47CBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,203,183); }

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

background-color css

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

 a { background-color: rgb(71,203,183); }

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

border-color css

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

 span { border-color: rgb(71,203,183); }

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